Shopping List

Write a program shopping_list.py that has the user enter a series of shopping items. Those items should be stored in a list. Once the user enters a sentinel value of "", the program should print out the entire list.