Yes, Lists are Mutable in Python. Python is an Object-Oriented Programming Language (OOP) in which everything is an object. Within these objects, some are Immutable and the others are Mutable. Immutable means the objects whose value cannot be manipulated once it has been created. And Mutable are those objects whose value could be changed after creation.
If you wish to become an expert in Python, then check out the Python certification course from Intellipaat. Which offers you a good training course that focuses on building practical skills. Also, have a look at our YouTube video on Python Projects for Beginners from our experts.