a shopping list program add_item(
a shopping list program add_item(shopping_list) function, a delete_item(shopping_list) function, a
display_list(shopping_list) function, a display_menu() function, and a main().
· The program should start with 2 items in the shopping list.
· include at the end of the program the code:
o if __name__ == “__main__”: ATTACHMENT PREVIEW Download attachment

Screen Shot 2019-02-17 at 11.38.27 AM.png
WELCOME to the program!
1 . Add an item
2 . List all items
`. Delete an item
4 . Exit
Enter a menu option : 2
1 : bananas
2: apples
Enter a menu option : 1
Please Enter the item : pears
`cars was added to the shopping list
Enter a menu option : 2
1 : banana’s
2: 3FRIES
3: HEATS
Enter a menu option : }
Which number to delete : ]
years was deleted
Enter a menu option : 2
1 : banana’s
2: APPLES
Enter a menu option :* *
have a Great day !