Python Mutable & Immutable Objects
Changing The State Of Objects
All things in Python are objects: we must reiterate that constantly whenever we start on a Python discussion because it’s at the center of the language. Given all things are objects, it’s important to know that every object can either be mutable or immutable.