Report Bug
Qus : How can you find the number of occurrences of an element in a tuple?
Qusआप टपल में किसी एलिमेंट की अक्युरेन्सेस के नंबर को कैसे फाइंड कर सकते हैं?

A. count()
B. len()
C. index()
D. find()


Solution
A. count()






Report Bug