my_tuple = ('apple', 'banana', 'cherry')
for item in my_tuple:
    print(item)