Examveda

. . . . . . . . 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: Option C


This Question Belongs to Python Program >> Functions In Python

Join The Discussion

Related Questions on Functions in Python