Python Programming - Tuples - Discussion

Discussion Forum : Tuples - General Questions (Q.No. 29)
29.
Which of the following statements about tuples in Python is correct?
Tuples can be modified after creation.
Tuples can only store elements of the same data type.
Tuples have a fixed size and cannot be resized.
Tuples can be used as keys in a dictionary.
Answer: Option
Explanation:
Tuples in Python are immutable, meaning their size and elements cannot be changed after creation.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.