Python Challenge 3.2.1 Boss
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 […]
Python Challenge 3.2.1 Boss Read More »