d = {'a': 1, 'b': 2, 'c': 3}for value in d.values(): print(value)
Standard input is empty
1 2 3
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!