Q. What is namespace in Python?
Answer =
In Python, every name has a place where it resides and can be looked for. This
is known as namespace. It is like a box where a variable name is mapped to the
object placed. Whenever the variable is searched, this box will be searched to
retrieve the corresponding object.
THANK YOU
ReplyDeleteWelcome : )
DeletePost a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )