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