1.

_____________ returns a dictionary of the module namespace. ________________ returns a dictionary of the current namespace.

A. locals() globals()
B. locals() locals()
C. globals() locals()
D. globals() globals()
Answer» D. globals() globals()


Discussion

No Comment Found