dict = {'x': 1, 'y': 2, 'z': 3}for key in dict: print key, 'corresponds to', dict[key]
Name (required)
email (will not be published) (required)
Website