Python | Namespaces and Scope Quiz | Question 5

Last Updated :
Discuss
Comments

What is a global namespace in Python?

The namespace of a function

The namespace of a module

The namespace of a class

The namespace of an instance

Share your thoughts in the comments