1
Question Question 1
Dictionaries are ............... set of elements.
- sorted
- ordered
- unordered
- random
unordered
Reason — Dictionary are unordered set of elements because it stores data as key-value pair and the pair of object they hold aren't indexed implicitly, that means we cannot refer to an item by using an index.