What is namespace in Python?
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
A namespace is a naming system used to make sure that names are unique to avoid naming conflicts.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / glibwaresoftsolutions
A namespace is a naming system used to make sure that names are unique to avoid naming conflicts.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is python good for oop?
What is none literal in python?
Is python a single inheritance?
What type of a language is python? Interpreted or Compiled?
What is form feed in python?
How lists is differentiated from tuples?
What is __ getitem __?
Explain about dir() and help() function will do in python?
Among lists,sets,tuples which is faster?
Which is faster python or c?
How to use the slicing operator in Python?
Is python object oriented?