get_event_loop() # ^ this assigns the default event loop from the main thread to a variable loop.run_until_complete(main()) # ^ this runs the *entire* loop ...
確定! 回上一頁