Quiz Yourself on Threading Module

Test yourself on the threading module with Python

We'll cover the following...

Quiz

1.

Which of the following library can be used to run a function as a thread?

A.

thread

B.

numpy

C.

os

D.

None of the above


1 / 3