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