How can I return:

".666"

from float:

"0.666"

This is what I have so far:

>>> "%.6f" % x

Thanks Everyone,
Derek Basch

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

Reply via email to