fork(1) download
  1. x = 1
  2. y = pow(10, 30, 10**30-1)
  3. print(x, y, x is y)
Success #stdin #stdout 0.04s 8964KB
stdin
Standard input is empty
stdout
1 1 False