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