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