a = {'a': 'b', 're': '2'} import pprint for x in a: print(x)