Examveda

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

A. Counts the occurrences of a specific element

B. Adds the elements of one list to another

C. Finds the index of a specific element

D. Reverses the list

Answer: Option A


This Question Belongs to Python Program >> Lists In Python

Join The Discussion

Related Questions on Lists in Python