What is the purpose of the count() method for lists and tuples?
A. Counts the occurrences of a specific element
B. Adds the elements of one list or tuple to another
C. Finds the index of a specific element
D. Reverses the list or tuple
Answer: Option A
Join The Discussion