📅  最后修改于: 2022-03-11 14:45:14.289000             🧑  作者: Mango
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