x = 1.89print(int(x % 1 * 10)) x = 1.89print(int(abs(x) % 1 * 10)) x = -1.89print(int(abs(x) % 1 * 10))
Standard input is empty
8 8 8
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!