import asyncio async def main(): print("hello") await ... '__main__': # asyncio.run(main()) # 3.7 usage # Blocking until the hello world() ...
確定! 回上一頁