Accessing Tuples
How to access the elements of a tuple
The items of a tuple can be accessed through using the index number inside a square bracket.
Indexing
Example
Slicing
Sometimes you might want to access a subset of the items or elements in a tuple that’s when slicing comes in handy.