$ python 0222_ordereddict.py c 3 dict_items([('b', 1), ('a', 2)]) b 1 odict_items([('a', 2), ('c', 3)]) c 3 odict_items([('b', 1), ('a', 2)])