import asyncio async def print_number(num): if num % 2 == 0: await asyncio.sleep(1) print(num) def add_tasks(): current_loop = asyncio.get_runnin