python的变量分为mutable(可变的)和immutable类型.

mutable:dict, list

immutable:int , string , float ,tuple..

相关文章: