x=int(11)y=int(5)print(x+y)print(x-y)print(x*y)print((x+y)/2)print(x//y)print(x%y)
Standard input is empty
16 6 55 8.0 2 1
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!