Mutable data types are the objects that can be modified and altered (i.e. adding new elements, removing an element, replacing an element) even after creating an object. The mutable objects in Python are:
You can check out this Python Tutorial by Intellipaat to learn more about Datatypes in Python.
Also, watch this video on Python data types: