Python Programming - Data Types - Discussion

Discussion Forum : Data Types - General Questions (Q.No. 20)
20.
Which of the following data types is used to represent a collection of elements in a specific order with duplicates allowed?
List
Tuple
Set
Dictionary
Answer: Option
Explanation:
Lists are used to represent a collection of elements in a specific order, and duplicates are allowed.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.