fork download
  1. # your code goes here
  2. suma=200
  3. a=0
  4. b=1
  5. while suma<200:
  6. a=a+b
  7. b=b+1
  8. licznik=licznik+1
  9. print(suma)
  10. print(licznik)
Success #stdin #stdout 0.03s 9484KB
stdin
Standard input is empty
stdout
200