python_ref_list_copy.py:
x
 
fruits = ["apple", "banana", "cherry"]
x = fruits.copy()
print(x)