Q. Which built-in function returns the length of an object in Python?
β
Correct Answer: (C)
len()
Explanation: The `len()` function returns the number of items in an object like a list, tuple, or string.