📜  python代码示例中的可变和不可变

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

代码示例1
IMMUTABLE datatypes (e.g. int, float, bool, str, tuple, unicode) cant be changed after they are created, 
MUTABLE datatypes (e.g. list, set, dict, byte array) can be changed