πŸ“Š Problem Solving and Python Programming
Q. Which of the following is not a valid namespace?
  • (A) global namespace
  • (B) public namespace
  • (C) built-in namespace
  • (D) local namespace
πŸ’¬ Discuss
βœ… Correct 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.


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

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
818
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
86%
Success Rate