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