print(9 + 1)print(9 - 1)print(7 * 1)print(9 / 1)print(9 // 1)print(9 % 1)print(6 ** 2)
Standard input is empty
10 8 7 9.0 9 0 36
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!