tutorial.eyehunts.com
Python get first element of tuple | Example code - EyeHunts
You can access Python tuples with indexes. The index of the first element is 0 and the last element has an index of n-1.
Rohit