The program should be modular. For example, you will want to have an add_item(shopping_list) function,
The program should be modular. For example, you will want to have an add_item(shopping_list) function, a delete_item(shopping_list) function, a display_list(shopping_list) function, a display_menu() function, and a main(). Sample Output: Welcome to the program! 1. Add an item 2. List all items 3. Delete an item 4. Exit Enter a menu option: 2 1 : bananas 2 : apples […]