A

Admin • 833K Points
Coach

Q. Which function returns the largest value from a list?

  • (A) top()
  • (B) high()
  • (C) max()
  • (D) biggest()
  • Correct Answer - Option(C)
  • Views: 34
  • 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.