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