Python has a set of built-in methods that you can use on tuples.
Learn more about tuple in Python Tuple Tutorial.
| Method | Description |
| count() | Returns the count of specified item in the tuple |
| index() | Returns the index of first instance of the specified item |