a.iteritems() return an iterator over (key, value) pairs.
a.iteritems()
See dict.items for more information.
New in version 2.2.