fork download
  1. # your code goes here
  2. print("5 + 3 =", 5 + 3)
  3. print("104 =", 104)
  4. print("67 =", 67)
  5. print("20 / 5 =", 20 / 5)
Success #stdin #stdout 0.12s 14032KB
stdin
Standard input is empty
stdout
5 + 3 = 8
104 = 104
67 = 67
20 / 5 = 4.0