Computer Science, asked by ishantkamboj2212, 1 year ago

What is a namespace in Python?

Answers

Answered by Aagmansriva993
0

Namespaces. Generally speaking, a namespace (sometimes also called a context) is a naming system for making names unique to avoid ambiguity. ... Namespaces in Python are implemented as Python dictionaries, this means it is a mapping from names (keys) to objects (values).

please mark me brainliest..

I also follow you...

Similar questions