python_list_append.py:
x
 
thislist = ["apple", "banana", "cherry"]
thislist.append("orange")
print(thislist)