It no need to use await task except need to use the output of the task. import time import asyncio start_time = time.time() async def sleep_sec(sec): print(' ...
確定! 回上一頁