Source Code:
(back to article)
x = 3.14 rounded_x = round(x) print(rounded_x)
Result:
Report an issue