`print(5f)` shows `5.0`. That is a bit misleading...
# random
r
print(5f)
shows
5.0
. That is a bit misleading...
s
why? What would you expect?