What advantages do tuples have over lists?
The advantages of tuples over lists are as follows:
Tuples use less memory whereas lists use more memory.
We can use tuples in dictionary as a key but it is not possible with lists.