Adrien <[email protected]> writes: > print "{:.3g}".format(2.356) # this rounds up
But:
>>> print "{:.3g}".format(12.356)
12.4
>>> print "{:.3g}".format(123.356)
123
--
Piet van Oostrum <[email protected]>
WWW: http://pietvanoostrum.com/
PGP key: [8DAE142BE17999C4]
--
http://mail.python.org/mailman/listinfo/python-list
