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