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