demo_ref_round2.py:
x = round(5.76543) print(x)
C:\Users\My Name>python demo_round2.py
6