demo_ref_round2.py:
x = round(5.76543) print(x)
➜ begtut>python demo_round2.py
6