Definition:
Tuple methods are those methods that are applied to a tuple to perform operations such as counting the number of occurrences of a value and finding its index number.
They do not modify the tuple; instead, they perform operations and return the result.
The following tuple methods are below:
