Python Programming - Data Types - Discussion

Discussion Forum : Data Types - General Questions (Q.No. 37)
37.
Which of the following statements is true about tuples?
Tuples are mutable
Tuples can not have duplicate elements
Elements in a tuple can be accessed using indices
Tuples are created using square brackets
Answer: Option
Explanation:
Tuples in Python are ordered and immutable. Elements can be accessed using indices.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.