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