COMP10001 > tuple methods > Flashcards
returns the number of times a specified value occurs in a tuple
.count()
Searches the tuple for a specified value and returns the position of where it was found
.index()