Vidyalelo
Python · Q9

Python Lists MCQs: Exam Practice for List Concepts

Programming · Python · question 9

Q9

Which method is used to count the occurrences of an element in a list?

A.
count()
Answer
B.
find()
C.
search()
D.
locate()

Answer: Option A

Solution

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