A

Admin • 833K Points
Coach

Q. Which function returns the largest item in an iterable?

  • (A) max()
  • (B) largest()
  • (C) biggest()
  • (D) high()
  • Correct Answer - Option(A)
  • Views: 29
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

`max()` returns the largest item in an iterable.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.