Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

printing with format float to 2 decimal places python

formatted_float = "{:.2f}".format(a_float)
Source by www.kite.com #
 
PREVIOUS NEXT
Tagged: #printing #format #float #decimal #places #python
ADD COMMENT
Topic
Name
6+6 =