fork download
  1. # your code goes here
  2. a=0
  3. b=40
  4. while(a<20):
  5. b=b-1
  6. a=a+1
  7. print(a)
  8. print(b)
Success #stdin #stdout 0.03s 9088KB
stdin
Standard input is empty
stdout
20
20