python_tuple_access.py:
x
 
thistuple = ("apple", "banana", "cherry")
print(thistuple[1])