Computer Science, asked by swethapretty491, 3 months ago

use of modules and namespaces in python​

Answers

Answered by ramneetsingh001
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