a = 100b = 123print("a*b=",a*b)print("a+b=",a+b)print("a-b=",a-b)print("a/b=",a/b)
Standard input is empty
a*b= 12300 a+b= 223 a-b= -23 a/b= 0.8130081300813008
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!