Returns A Dictionary Of The Module Namespacebr Returns A #712
______________ returns a dictionary of the module namespace.<br /> ________________ returns a dictionary of the current namespace.
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Argument Passing, Variables and Recursion - Python Global vs Local Variables - Quiz No.3.
______________ returns a dictionary of the module namespace.
________________ returns a dictionary of the current namespace.
________________ returns a dictionary of the current namespace.
locals() globals()
locals() locals()
globals() locals()
globals() globals()