Run
set_1 = {"apple", "banana", "cherry"} set_2 = {x for x in set_1} print(set_2)
Output