Run
list_1 = ['apple', 'banana', 'cherry'] set_1 = {x for x in list_1} print(set_1)
Output