Cómo agregar ceros de liderazgo en Python
str.zfill(width)
Vishnu
str.zfill(width)
>>> format(2.0, '.6f')
'2.000000'