Python globals() Function
Definition and Usage
The globals() function returns the global 
symbol table as a dictionary.
A symbol table contains necessary information about the current program
Syntax
  
    globals()
  
Parameter Values
No parameters

