Administrator
60 分钟以前 2f2516749615da866e96d8d24e499b7ecbb63a3e
test/test_asyncio.py
@@ -3,9 +3,9 @@
async def coroutine_function():
    print("Start coroutine function")
    # print("Start coroutine function")
    time.sleep(1)
    print("Coroutine function completed")
    # print("Coroutine function completed")
async def main():