In python I wrote the following code to run def execute_data() every 5 seconds:
def execute_data()
def main(): while True: start_time = time.time()