Python Programming - Tuples - Discussion

Discussion Forum : Tuples - General Questions (Q.No. 6)
6.
Which of the following statements about tuples in Python is correct?
Tuples allow in-place modification of elements.
Tuples can be nested to any level.
Tuples can only contain elements of the same data type.
Tuples support random access of elements by index.
Answer: Option
Explanation:
Tuples in Python can contain other tuples, allowing nesting to any level.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.