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