Vidyalelo
Python · Q18

Python Lists MCQs: Exam Practice for List Concepts

Programming · Python · question 18

Q18

What is the purpose of the count() method for lists?

A.
Counts the occurrences of a specific element
Answer
B.
Adds the elements of one list to another
C.
Finds the index of a specific element
D.
Reverses the list

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board