demo_python_ref_globals_2.py:
x
 
x = globals()
print(x["__file__"])
python@w3school.org.cn:/home/python#python demo_python_ref_globals_2.py
demo_python_ref_globals_2.py