R3
Size: a a a
R3
R3
R3
R3
NI
NI
R3
python3
async def a_print(*a):
print(*a)
async def t():
for _ in range(5):
await a_print("hello world")
print(type(t))
print(type(t()))
g = t().send(None)
print(type(g))
next(g)
131133095/source.py:9: RuntimeWarning: coroutine 't' was never awaited
print(type(t()))
Traceback (most recent call last):
File "131133095/source.py", line 10, in <module>
g = t().send(None)
StopIteration
<class 'function'>
<class 'coroutine'>
hello world
hello world
hello world
hello world
hello world
R3
NI
NI
R3
D

РЕ

️️
️️
СС
ИБ
ИБ
ПЯ
ИБ