Q.

Which of the following is not a valid namespace?

A. global namespace
B. public namespace
C. built-in namespace
D. local namespace
Answer» B. public namespace
Explanation: during a python program execution, there are as many as three namespaces – built-in namespace, global namespace and local namespace.
2.9k
0
Do you find this helpful?
19

Discussion

No comments yet