D = {'x': 2, 'y': 3, 'z': 4, 'hello': 5} for key in D: print(key) print(' ' + str(D[key]))