Q. Which function returns the largest item in an iterable?
β
Correct Answer: (A)
max()
Explanation: `max()` returns the largest item in an iterable.