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