python_list_pop.py:
x
 
thislist = ["apple", "banana", "cherry"]
thislist.pop()
print(thislist)