我很难理解Python3.7中引入的asyncio.create_task()函数是如何工作的。asyncio.create_task(helloworld())
loop = asyncio.get_event_loop()import asyncio
print("Hello world from a coroutinehel
Going to bot: ' + str(app[1])) # Steps of this bot: awaitasyncio.create_task(connect_wallet(app_name=app[1])) awaitasyncio.create_task(login_metamask(app_name=app[1]))