s = 0n = 0 while 2 * s < 150: s = s + 5 n = n + 2 print(n)
Standard input is empty
30
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!