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