Computer Science

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

Python Tuples

2 Likes

Answer

True

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

Answered By

3 Likes


Related Questions