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 ?

Thanks,

hg

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to