fork download
  1. x = 1
  2. for i in range(50000):
  3. x *= 10
  4. print( x / 10 ** 50000 )
Success #stdin #stdout 0.83s 9440KB
stdin
Standard input is empty
stdout
1.0