Result Size: 625 x 571
x
 
thisset = {"apple", "banana", "cherry"}
thisset.add("orange")
print(thisset)
{'banana', 'apple', 'orange', 'cherry'}