Computer Science, asked by dakshrajput5335, 11 months ago

How do I create a Python namespace?

Answers

Answered by Anonymous
0

Hii

A namespace is basically a system to make sure that all the names in a program are unique and can be used without any conflict. You might already know that everything in Python—like strings, lists, functions, etc.—is an object. Another interesting fact is that Python implements namespaces as dictionaries

Hopes it's helpful you than plz Mark Brainliest

Similar questions