What function in the Python math module can be used to round a decimal number to the nearest integer?
1
round()
2
truncate()
3
floor()
4
ceil()
5
int()
What function in the Python math module can be used to round a decimal number to the nearest integer?