2
Question Question 2
Choose the correct statement(s).
- Both tuples and lists are immutable.
- Tuples are immutable while lists are mutable.
- Both tuples and lists are mutable.
- Tuples are mutable while lists are immutable.
Tuples are immutable while lists are mutable.
Reason — Tuples can not be modified where as List can be modified.