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