Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python 2 decimal places format

>>> foobar = 3.141592
>>> print(f'My number is {foobar:.2f} - look at the nice rounding!')

My number is 3.14 - look at the nice rounding!
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #decimal #places #format
ADD COMMENT
Topic
Name
2+7 =