कौन सा मेथड किसी सूची में किसी तत्व की आवृत्ति गिनता है?
Which method counts the frequency of an element in a list?
A
count()
B
find()
C
search()
D
index()
Explanation
Correct Answer: A) count()