Home »
Python »
Python Dictionary MCQs
____ are used to store the values in keys and pairs
1. ____ are used to store the values in keys and pairs.
- Set
- Map
- Dictionary
- Tuple
Answer: C) Dictionary
Explanation:
Dictionary is used to store the values in keys and pairs.