Quiz 2

Test what you have learnt so far.

We'll cover the following...

Question # 1

Consider the snippet below:

from multiprocessing import Value, Lock


lock = Lock()
pi =
...