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