> python > my_list = ['apple', 'banana', 'cherry'] > first_item = my_list[0] > print(first_item) # Output: apple