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