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