gl = globals()
print(gl)
'''
run:
{'__name__': '__main__', '__builtins__': <module 'builtins' (built-in)>, 'gl': {...},
'__doc__': None, '__package__': None, '__cached__': None, '__file__': 'C:/python/test.py',
'__spec__': None,
'__loader__': <_frozen_importlib_external.SourceFileLoader object at 0x00415A10>}
'''