Q. Which function returns the absolute value of a number in Python?
β
Correct Answer: (B)
abs()
Explanation: The built-in `abs()` function returns the absolute value of a number.