Q. What will be the result of `round(3.14159, 2)`?
β
Correct Answer: (A)
3.14
Explanation: `round()` rounds a number to the specified number of decimal places.