<Apti
Code
/>
Back
Question 431: What is the purpose of thetuple.count()method?
tcs
wipro
infosys
general
aptitude
tuples
python-programming
Thecount()method in Python tuples is used to count the occurrences of a specific element.
Counts the number of elements in the tuple.
Counts the occurrences of a specific element in the tuple.
Returns the index of the first occurrence of a specific element.
Checks if a specific element exists in the tuple.
Submit Answer
Show Answer
Previous
Next