print("2 + 2 is", 2 + 2)print("3 * 4 is", 3 * 4)print("100 - 1 is", 100 - 1)print("(33 + 2) / 5 + 11.5 is", (33 + 2) / 5 + 11.5)
Standard input is empty
2 + 2 is 4 3 * 4 is 12 100 - 1 is 99 (33 + 2) / 5 + 11.5 is 18.5
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!