H
ome
A
rticles
P
rojects
L
inks
W
ishlist
R
esume
How to round number to two decimals in Python?
>>>
number
=
1.234
>>>
number
=
round
(
number
,
2
)
>>>
print
(
number
)
1.23
12/2024
All posts tagged python-notes