Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 315 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 315 Bytes

ShopList

Given the list shoplist = ["banana", "clothes", "soap", "food", "Ice-cream"], write a Python program to: • Assign a variable item_to_check. • Check if item_to_check exists in the list. If not, prompt the user to add the item. • If the item exists, ask the user whether to modify or delete the item