Python Programming - Data Types - Discussion

Discussion Forum : Data Types - General Questions (Q.No. 3)
3.
Which of the following is a sequence data type?
Dictionary
Set
Tuple
None of the above
Answer: Option
Explanation:
Tuples are a sequence data type in Python, meaning that their elements are ordered and indexed, and they can be accessed by their position in the sequence. Dictionaries and sets are not sequence data types, because they are unordered.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.