

McqMate
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. |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet