Methods available on Python tuple objects.
Returns the number of times a specified value appears in a tuple
tuple.count(x)
Returns the index of the first occurrence of a specified value in a tuple
tuple.index(x[, start[, end]])