A tuple that contains other tuples cannot have other elements.
Answer:
-lock-
In the above example, the tuple tuple1 contains both tuples and strings as its elements and it is a valid tuple.
So, the given statement is false.
-endlock-