Q. Which function is used to find the maximum value in a list?
β
Correct Answer: (A)
max()
Explanation: max returns the largest element in an iterable.