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