Run
dictionary = {'a': 1, 'b': 2, 'c':3} for key in dictionary.keys(): print(key)
Output