1 2 3 4 5 6
# since black code formatter does not allow leading decimal point with nothing # before it, we need to test it explicitly # fmt: off print(.1) # fmt: on