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