Q. What does the len() function do in Python?
β
Correct Answer: (A)
Returns the number of items in an object
Explanation: len() gives the count of items in lists, tuples, strings, and other iterable objects.