Q. Which method returns the number of items in a list? (A) size() (B) length() (C) len() (D) count() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) len() Explanation: `len()` returns the number of elements in an object like a list.