Saved Bookmarks
| 1. |
Which of the following is not a valid namespace?(a) Global namespace(b) Public namespace(c) Built-in namespace(d) Local namespace |
|
Answer» Right answer is (b) Public namespace Easy explanation - During a Python program execution, there are as many as three namespaces – built-in namespace, global namespace and local namespace. |
|