a=12b=2print('a?b=',a//b)print('a%b=',a%b)print('a**b=',a**b)
Standard input is empty
a?b= 6 a%b= 0 a**b= 144
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!