Q. What will be the result of `round(3.14159, 2)`? (A) 3.14 (B) 3.15 (C) 3.1 (D) 3 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) 3.14 Explanation: `round()` rounds a number to the specified number of decimal places.