In Python 3.7+ task = asyncio.create_task(main()) # This works in all ... import asyncio import time async def dosomething(num): ...
確定! 回上一頁