fork download
  1. x=1
  2. for d in range(0,9):
  3. x=(x+1)*2
  4. print(x)
Success #stdin #stdout 0.01s 7092KB
stdin
Standard input is empty
stdout
1534