fork download
  1. s=0
  2. n=0
  3. while s<51:
  4. s=s+11
  5. n=n*2
  6. print(n)
Success #stdin #stdout 0.08s 14204KB
stdin
Standard input is empty
stdout
0