floats just printing 0 after decimal place code example Example: how to add extra zeros after decimal in python >>> format(2.0, '.6f') '2.000000'