How can you create an OrderedDict from an existing dictionary in Python?
OrderedDict(dict)
dict.OrderedDict()
dict.toOrdered()
OrderedDict.from_dict(dict)
This question is part of this quiz :