Examveda

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

A. Counts the occurrences of a specific element

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


This Question Belongs to Python Program >> Tuples In Python

Join The Discussion

Related Questions on Tuples in Python