Q. Which built-in function returns the number of items in an object?
β
Correct Answer: (B)
len()
Explanation: `len()` returns the length (number of items) of an object.