fork download
  1. print(True + 17)
  2. print(True == 1)
Success #stdin #stdout 0.04s 9328KB
stdin
Standard input is empty
stdout
18
True