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