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