I have 3 tasks. -
def task_a(): while True: file.write() asyncio.sleep(10) def task_b(): while True: file.write() asynci