python_ref_set_copy.py:
x
 
fruits = {"apple", "banana", "cherry"}
x = fruits.copy()
print(x)