Python Programming - Data Types - Discussion

Discussion Forum : Data Types - General Questions (Q.No. 14)
14.
Which of the following data types is used to represent a sequence of elements in no particular order?
List
Tuple
Set
None of the above
Answer: Option
Explanation:
Sets are used to represent a sequence of elements in no particular order, with no duplicates allowed.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.