Python Programming - Tuples - Discussion

Discussion Forum : Tuples - General Questions (Q.No. 43)
43.
Which of the following statements about tuples in Python is correct?
Tuples allow duplicate elements.
Tuples can be directly modified using indexing.
Tuples support dynamic resizing.
Tuples must contain elements of same data types.
Answer: Option
Explanation:
Tuples can contain duplicate elements as they are ordered and allow repetition.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.