mutável e imutável em python
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
Xerothermic Xenomorph