Vidyalelo
Python · Q25

MCQs on Python Tuples: Exam

Programming · Python · question 25

Q25

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

A.
Counts the occurrences of a specific element
Answer
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

Solution

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