Circuitpython print only 1 decimal places

Code examples

4
0

python format only 1 decimal place

>>> "{0:0.1f}".format(45.34531)
'45.3'
1
0

print two digits after decimal python

float = 2.154327
format_float = "{:.2f}".format(float)
print(format_float)

In other languages

This page is in other languages

Русский
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................