Т
а меня чому-то никто не просил
просто хотели на треды перевести
Size: a a a
Т
G
q
q
G
Т
q
q
ЕП
G
ЕП
EF
EF
UU
>>> import asyncio
>>> async def main():
... print('hello')
... await asyncio.sleep(1)
... print('world')
>>> asyncio.run(main()) hello world
GS
>>> import asyncio
>>> async def main():
... print('hello')
... await asyncio.sleep(1)
... print('world')
>>> asyncio.run(main()) hello world
UU
GS
GS
GS
GS