print("{0:.6f}".format(100.000001))print("{0:.6f}".format(round(100.000001, 5)))
Standard input is empty
100.000001 100.000000
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!