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
Social Sciences,
1 month ago
Math,
1 month ago
Math,
1 month ago
English,
3 months ago
Math,
3 months ago
Hindi,
9 months ago
Social Sciences,
9 months ago
Social Sciences,
9 months ago