pydelion.com

Python: round float while logging

# python

>>> x = 3.1415926
>>> format(x, '.2f')
'3.14'
Exit mobile version