What is an OrderedDict in Python?
A dictionary that preserves the order of keys
A dictionary that stores data in random order
A list that behaves like a dictionary
A set that stores unique elements in order
This question is part of this quiz :
Python OrderedDict