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