A

Admin • 833K Points
Coach

Q. Which function is used to find the maximum value in a list?

  • (A) max()
  • (B) high()
  • (C) top()
  • (D) maxval()
  • Correct Answer - Option(A)
  • Views: 25
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

max returns the largest element in an iterable.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.