a=24b=38print(a*b)print(a-b)print(a+b)print(a%b)
Standard input is empty
912 -14 62 24
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!