Mutable

Mutable vs. Immutable Objects in Python
Simple put, a mutable object can be changed after it is created, and an immutable object can't. ... Objects of built-in types like (int, float, bool, ...