Understand Mutable vs. Immutable objects in Python

InstructorWill Button

Share this video with your friends

Send Tweet

In this lesson, you will learn what mutable and immutable objects are, and the difference between them. This understanding will help you determine when objects can be modified in place, and when new objects must be created.