Python Programming - Tuples - Discussion

Discussion Forum : Tuples - General Questions (Q.No. 3)
3.
Which of the following statements about tuples is true?
Tuples can be resized after creation.
Tuples do not allow duplicate elements.
Elements of a tuple cannot be accessed by index.
Tuples can contain a mix of data types.
Answer: Option
Explanation:
Tuples in Python can contain elements of different data types.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.