A

Admin • 802.91K Points
Coach

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

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

Explanation by: Admin
`min()` returns the smallest element from an iterable.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.