Q. Which function returns the largest item in an iterable? (A) max() (B) largest() (C) biggest() (D) high() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) max() Explanation: `max()` returns the largest item in an iterable.