import asyncio async def main(): print("hello") await asyncio.sleep(1) ... For other tasks, it is None because there is no return value.
確定! 回上一頁