Test yourself on the asyncio module with Python.
Quiz
1.
A function or method which is defined using async def is called ___.
A.
await()
B.
coroutine()
C.
call_soon
D.
None of the above
1 / 3
Test yourself on the asyncio module with Python.
Quiz
A function or method which is defined using async def is called ___.
await()
coroutine()
call_soon
None of the above