Skip to content

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

Notifications You must be signed in to change notification settings

Pchavan85/ShopList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages