for i in range(100,1000,100): print(-i)
Standard input is empty
-100 -200 -300 -400 -500 -600 -700 -800 -900
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!