python_ref_round_1.py:
x
 
x = round(3.1415926, 2)
print(x)