0 votes
in Python by
What is namespace in Python?

1 Answer

0 votes
by

 A naming system used to make sure that names are unique to avoid naming conflicts refers to as Namespace.

...