Q. Which method returns the number of items in a list?
β
Correct Answer: (C)
len()
Explanation: `len()` returns the number of elements in an object like a list.