CBSE Class 12 Computer Science Question 120 of 120

Review of Python Basics — Question 15

Back to all questions
15
Question

Question 15

Tuples can be nested and can contain other compound objects like lists, dictionaries and other tuples.

Answer

True

Reason — Tuples in Python can be nested, meaning they can contain other tuples, lists, dictionaries, or any other compound objects.