use of modules and namespaces in python
Answers
Answered by
1
When Python interpreter runs solely without any user-defined modules, methods, classes, etc. Some functions like print(), id() are always present, these are built-in namespaces. When a user creates a module, a global namespace gets created, later the creation of local functions creates the local namespace.
Please mark my answer as Brainliest Answer
Similar questions
Math,
3 months ago
Science,
3 months ago
Geography,
3 months ago
English,
6 months ago
Math,
6 months ago
Hindi,
1 year ago
Social Sciences,
1 year ago
Social Sciences,
1 year ago