#!/usr/local/bin/python2 from collections import OrderedDict OrderedDict(((1, 1),(2, 2),(3, 3)))