Wie man führende Nullen in Python anhält
str.zfill(width)
Vishnu
str.zfill(width)
>>> format(2.0, '.6f')
'2.000000'