Feb-26-2021, 02:03 PM
I am trying to figure out how to use user input to select items from a list and display how much the item is. This is what I have so far.
# Make a program with user input that shows what items on the grocery list cost what:
apples = 1.99
bananas = 2.99
oranges = 3.99
item_pull = input("What item would you like to see the price of?: ")
