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