_________ returns a dictionary which contains module namespace._________ returns a dictionary which contains current namespace.
locals(): returns a dictionary representing the current local symbol tableglobals(): returns a dictionary representing the current global symbol tableMore info - https://docs.python.org/3/library/functions.html#globals
Comment here: