demo_list_negative_index.py:
thislist = ["apple", "banana", "cherry"] print(thislist[-1])
C:\Users\My Name>python demo_list_negative_index.py
cherry