print [x*x for x in range(0,9)]
Standard input is empty
[0, 1, 4, 9, 16, 25, 36, 49, 64]
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!