Boss Challenge 3.2.1
Shopping List and Budget – 6XP
Develop a shopping list program where users can add items and their prices. Keep track of the total cost and ask the user for a budget. Display whether the user is under, over, or on budget after each addition. Use lists and dictionaries to store item names and prices.
Determine the IPO, design a flowchart algorithm and create/test the Python code.
Save as shopping_app.py