Open In App

Python | Namespaces and Scope Quiz | Question 21

What is the purpose of the threading module in Python?

(A)



To create threads and implement multithreading

(B)



To access global variables
 

(C)

To define class variables

(D)

To create thread-safe functions

Answer: (A)
Explanation:
Quiz of this Question
Please comment below if you find anything wrong in the above post

Article Tags :
Uncategorized