Jak dołączyć wiodące zera w Python
str.zfill(width)
Vishnu
str.zfill(width)
>>> format(2.0, '.6f')
'2.000000'