Q. What does the `len()` function do in Python?
β
Correct Answer: (B)
Returns the length of an object
Explanation: `len()` gives the total number of elements in an object like a list, string, tuple, etc.