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