fork download
  1. a = 9.5
  2. print("{:04.1f}".format(a))
Success #stdin #stdout 0.02s 8928KB
stdin
Standard input is empty
stdout
09.5