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