a=17b=3print('a?b=',a/b)print('a/b=',a//b)
Standard input is empty
a?b= 5.666666666666667 a/b= 5
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!