Question: Write a script that looks up items on a shopping list (as a tuple using the items below) and prints whether or not the item
Write a script that looks up items on a shopping list (as a tuple using the items below) and prints whether or not the item is on the list and, if the item is on the list, tell them what number it is on the list. Don't tell the user their item is #0 on the list. bread milk cheese maple syrup eggs frozen pizza apples bananas tomatoes (Python) The result should look something like this: Welcome to the grocery list search tool! What item are you looking for?eggs Yes! Eggs is item #5!
As a tuple please.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
