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