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