📜  全局列表 python 代码示例

📅  最后修改于: 2022-03-11 14:46:32.235000             🧑  作者: Mango

代码示例1
x = 0
def f():
    x = 1
f()
print x #=>0