Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

print decimal formatting in python

a_float = 3.14159
formatted_float = "{:.2f}".format(a_float)
 
PREVIOUS NEXT
Tagged: #print #decimal #formatting #python
ADD COMMENT
Topic
Name
4+4 =