Get your own website Result Size: 625 x 565
x
 
thisset = {"apple", "banana", "cherry"}
thisset.add("orange")
print(thisset)
{'apple', 'banana', 'cherry', 'orange'}