a = 2b = 1sum = a + bsubtraction = a - bproduct = a * bquotient = a / bprint(sum, subtraction, product, quotient)
Standard input is empty
(3, 1, 2, 2)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!