Computer Science, asked by roahamgowda, 3 months ago


How are the lists different from the tuples when both are sequences?
What​

Answers

Answered by Anonymous
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