Python > Tuple Method > Flashcards
Definition type
A collection that is ordered and unchangeable.
triple.count()
Returns the number of times a value occurs in a tuple.
tuple.index()
Searches tuple for a value and returns it’s location.