float print formatting

Neil Cerutti horpner at yahoo.com
Tue Feb 13 09:10:50 EST 2007


On 2007-02-13, hg <hg at nospam.org> wrote:
> Hi,
>
> Considering the float 0.0, I would like to print 00.00.
>
> I tried '%02.02f' % 0.0 ... but I get 0.00
>
> Any clue ?

Yes. How wide (total) is "0.00", compared to "00.00"?

-- 
Neil Cerutti



More information about the Python-list mailing list