A

Admin • 832.10K Points
Coach

Q. Which built-in function returns the number of items in an object?

  • (A) count()
  • (B) len()
  • (C) size()
  • (D) length()
  • Correct Answer - Option(B)
  • Views: 23
  • Filed under category Python
  • Hashtags:

Explanation by: Admin
`len()` returns the length (number of items) of an object.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.