a=50b=60print ("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= 110 a*b= 3000 a-b= -10 a/b= 0.8333333333333334
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!