Python Programming - Tuples - Discussion

Discussion Forum : Tuples - General Questions (Q.No. 13)
13.
Which of the following statements about tuples is true?
Tuples are mutable.
Tuples support item assignment.
Tuples can store heterogeneous data types,.
Tuples can be resized dynamically.
Answer: Option
Explanation:
Tuples in Python can store 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.