CBSE Class 11 Computer Science Question 36 of 88

Tuples and Dictionary — Question 1

Back to all questions
1
Question

Question 1

What advantages do tuples have over lists?

Answer

The advantages of tuples over lists are as follows:

  1. Tuples use less memory whereas lists use more memory.

  2. We can use tuples in dictionary as a key but it is not possible with lists.