Q. What is the significance of assigning namespace to Python modules?
Answer =
Namespace is like a box where a variable name is mapped to the object placed. Whenever the variable is searched, this box will be searched to retrieve the corresponding object.
Post a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )