Python Programming - Data Types - Discussion

Discussion Forum : Data Types - General Questions (Q.No. 23)
23.
Which of the following data types is used to represent a group of related elements that can be accessed using a single variable?
List
Tuple
Set
Dictionary
Answer: Option
Explanation:
Dictionaries are used to represent a group of related elements that can be accessed using a single variable. Each element is accessed using a unique key that identifies it within the dictionary.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.