Question: Python 2. In Python, lists (ex: [2, 3, 5]) are mutable, but strings (ex: Hello!) are immutable. Explain what it means for something to be
2. In Python, lists (ex: [2, 3, 5]) are mutable, but strings (ex: "Hello!") are immutable. Explain what it means for something to be mutable or immutable
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
