W3School TIY Editor
W3School 在线教程
改变方向
暗黑模式
demo_python_ref_locals_2.py:
x = locals() print(x["__file__"])
x
x
=
locals
()
print
(
x
[
"__file__"
])
C:\Users\My Name>python demo_python_ref_locals_2.py
demo_python_ref_locals_2.py