Q. Which function is used to find the absolute value of a number in Python?
β
Correct Answer: (C)
abs()
Explanation: The built-in abs() function returns the absolute value of a number.