在Python中可能具有以下内容:
>>> vars = {'a': 5} >>> makevars(vars) >>> print a 5
因此,makevars将字典转换为变量.(一般来说这叫什么?)
python variables
python ×1
variables ×1