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
English,
2 months ago
English,
5 months ago
Math,
5 months ago
Hindi,
11 months ago
Social Sciences,
11 months ago
Social Sciences,
11 months ago