Mutable: The value of some objects can change, Objects whose value can change are said to be mutable.
Immutable: An object whose value is unchangeable once they are created is called immutable.
the mutable data types in Python are list, dictionary, set, and user-defined classes.