fork(2) download
  1. print(10 + 5)
  2. print(10 - 5)
  3. print(10 * 5)
  4. print(10 / 5)
Success #stdin #stdout 0.02s 8688KB
stdin
Standard input is empty
stdout
15
5
50
2.0