How are the lists different from the tuples when both are sequences?
What
Answers
Answered by
6
Answer:
- The Key Difference between a List and a Tuple. The main difference between lists and tuples is the fact that lists are mutable whereas tuples are immutable. ... A mutable data type means that a python object of this type can be modified.
Similar questions