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