Quiz Yourself on Context Managers

Test yourself on the context managers with Python.

We'll cover the following...

Quiz

1.

Which of the following is not a class in contextlib library?

A.

closing

B.

start

C.

suppress

D.

redirect_stdout


1 / 4