标签: python variables global
将变量初始化为global var或调用globals().update(var)之间有什么区别。
global var
globals().update(var)
由于