What do you mean by mutability?
Anonymous
Mutability is the ability for certain types of data to be changed without entirely recreating it. This is important for Python to run programs both quickly and efficiently. Mutability varies between different data types in Python. A list is mutable, as demonstrated above.
Check out your Company Bowl for anonymous work chats.