Run »
thislist = ["apple", "banana", "cherry"] thislist.append("orange") print(thislist)
['apple', 'banana', 'cherry', 'orange']