CBSE Class 11 Computer Science Question 86 of 88

Tuples and Dictionary — Question 12

Back to all questions
12
Question

Question 12

A tuple cannot store list as an element.

Answer

False

Reason — A tuple can store a list as an element. While the tuple is immutable, it can contain mutable elements like lists.