my_list = ['apple', 'banana', 'cherry'] for item in my_list: print(item)