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