fork download
  1. print("{0:.6f}".format(100.000001))
  2. print("{0:.6f}".format(round(100.000001, 5)))
Success #stdin #stdout 0.02s 28384KB
stdin
Standard input is empty
stdout
100.000001
100.000000