for i in ['a', 1, 2, 3, 'b']: print i
Standard input is empty
a 1 2 3 b
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!