C-17-Q037mediumsingle_mcq
To round the result, the built-in function used is:
To round the result, the built-in function used is:
- a
int() - b
round() - c
floor() - d
ceil()
ব্যাখ্যা
Python's built-in round() function rounds a number to a specified number of decimal places, so it is used to format the conversion result.