Q25
What is the purpose of the count() method for lists and tuples?
A.
Counts the occurrences of a specific element
AnswerB.
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
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board