# your code goes hereprint("5 + 3 =", 5 + 3)print("104 =", 104)print("67 =", 67)print("20 / 5 =", 20 / 5)
Standard input is empty
5 + 3 = 8 104 = 104 67 = 67 20 / 5 = 4.0
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!