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