fork download
  1. print(10+5)
  2. print("10"+"5")
Success #stdin #stdout 0.02s 8688KB
stdin
Standard input is empty
stdout
15
105