d = {'x': 1, 'y': 2, 'z': 3} for chave, valor in d.items(): print(chave, 'corresponde a', valor)