Home / Engineering / Problem Solving and Python Programming / Question

M

Mr. Dubey • 51.43K Points
Coach

Q.) Which of the following is not a valid namespace?

(A) global namespace
(B) public namespace
(C) built-in namespace
(D) local namespace
Correct answer : Option (B) - public namespace

Explanation:
 during a python program execution, there are as many as three namespaces – built-in namespace, global namespace and local namespace.

Share

Discusssion

Login to discuss.