my_set = {"banana", "cherry", "orange"}
my_set |= {"apple"}
print(my_set)