Okay it's just a space in front, `println("% .4f"....
# getting-started
k
Okay it's just a space in front,
println("% .4f".format(1.33))
works.
😀 1