fork download
  1. # your code goes hereprint(3 + 2)
  2. print(3 - 2)
  3. print(3 * 2)
Success #stdin #stdout 0.13s 14068KB
stdin
Standard input is empty
stdout
1
6