# your code goes here print(10/7)print(int(10/7))print(10//7)
Standard input is empty
1.4285714285714286 1 1
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!