Vidyalelo
Python · Q6

MCQs on Python Tuples: Exam

Programming · Python · question 6

Q6

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

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