fork download
  1. a = 'hello'
  2. val = 1000000000000000000
  3. for x in range(4000003):
  4. val += x
  5. print(a)
  6. print(val)
  7.  
Success #stdin #stdout 0.43s 9160KB
stdin
Standard input is empty
stdout
hello
1000008000010000003