ag
Size: a a a
ag
k
R3
БГ
py3
async def t1(): ...
print(type(t1))
print(type(t1()))
419019334/source.py:3: RuntimeWarning: coroutine 't1' was never awaited
print(type(t1()))
<class 'function'>
<class 'coroutine'>
БГ
$
ag
k
R3
ag
R3
$
R3
R3
$
R3
k
ag
$
k