Dictionary Python Tutorial

d = {'title': 'Python Web Site', 'url': 'http://www.python.org', 'spam': 0}
print d.items()