A

Admin • 833K Points
Coach

Q. Which function returns the smallest item from a list?

  • (A) smallest()
  • (B) min()
  • (C) least()
  • (D) low()
  • Correct Answer - Option(B)
  • Views: 27
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

min() returns the smallest value in an iterable.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.