how to add 0. to the beginning to a float in python code example Example: how to add extra zeros after decimal in python >>> format(2.0, '.6f') '2.000000'