suma=200a=0b=1c=0while suma<200: a=a+b b=b+1 c=c+1 print(suma)print(c)
Standard input is empty
200 0
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!