Open In App

Python | Namespaces and Scope Quiz | Question 5

What is a global namespace in Python?

(A)



The namespace of a function

(B)



The namespace of a module

(C)

The namespace of a class

(D)

The namespace of an instance

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

Article Tags :
Uncategorized