CBSE Class 11 Computer Science Question 81 of 88

Tuples and Dictionary — Question 7

Back to all questions
7
Question

Question 7

A tuple is a mutable data type.

Answer

False

Reason — A tuple is an immutable data type. Once a tuple is created, we cannot add, change or update its elements.