food = ['apple', 'ice cream', 'watermelon', 'chips', 'hotdogs', 'hotpot']
while(food):
    food.pop()
    print(food)