Q. Which function returns the largest value from a list?
β
Correct Answer: (C)
max()
Explanation: max returns the largest item in an iterable.