fork download
  1. print(str(10**100000) == '1' + '0' * 100000)
Success #stdin #stdout 0.2s 9472KB
stdin
Standard input is empty
stdout
True