i = 0while i < 12: print(i/3.14159) i += 1.4
Standard input is empty
0.0 0.4456342170684271 0.8912684341368542 1.3369026512052813 1.7825368682737084 2.2281710853421357 2.673805302410563 3.1194395194789903 3.5650737365474177
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!