Advertisements
Advertisements
Question
How is a mutable object different from an immutable object in Python?
One Line Answer
Solution
A mutable object can be updated whereas an immutable object cannot be updated.
shaalaa.com
Is there an error in this question or solution?