Quiz Yourself on asyncio Module

Test yourself on the asyncio module with Python.

We'll cover the following...

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