d = {'title': 'Python Web Site', 'url': 'http://www.python.org', 'spam': 0}it = d.iteritems()print itprint list(it) # Convert the iterator to a list