# your code goes herea=5b=3print('5/3=',a/b)print('5//3=',a//b)print(a%b)print(a**2)print(4**0.5)
Standard input is empty
5/3= 1.6666666666666667 5//3= 1 2 25 2.0
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!