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