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