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