If any object once created in memory can't be changed, it is called an immutable object. In Python, numeric objects, strings and dictionary objects are immutable.
If any object once created in memory can't be changed, it is called an immutable object. In Python, numeric objects, strings and dictionary objects are immutable.