Note: Python 3.7 added asyncio.run() , which creates an event loop and runs a coroutine on it for you. In this case the above example ...
確定! 回上一頁