Result Size:
625 x 571
demo_ref_round.py:
x = round(5.76543, 2) print(x)
x
x
=
round
(
5.76543
,
2
)
print
(
x
)
C:\Users\My Name>python demo_round.py
5.77