Programming (Year 12)
Data Structures
What is the difference between a list and a tuple in Python?
Lists are immutable, tuples are mutable
Lists are mutable, tuples are immutable
Both are mutable
Both are immutable
Next