Question: 1. Online Grocery Shopping: Write a program that allows the user to enter items in their grocery shopping cart. The program will prompt the user

1. Online Grocery Shopping: Write a program that allows the user to enter items in their grocery shopping cart. The program will prompt the user to enter grocery items after the user enter each grocery item, a print message will confirm that the item is added to the shopping cart. When the user is done shopping, they can enter the quit value. Note: Program will include conditional statement and While loop. First write an algorithm for the program and then write the program. This can be done in the python file, need to comment out the algorithm. Sample Output: Enter the items you want: type quit to enter: Milk I'll add Milk to your shoping cart. Enter the items you want: type quit to enter: Eggs I'll add Eggs to your shoping cart. Enter the items you want: type quit to enter: Apple I'll add Apple to your shoping cart. Enter the items you want: type quit to enter: Carrots I'll add Carrots to your shoping cart. Enter the items you want: type quit to enter: Bread I'll add Bread to your shoping cart. Enter the items you want: type quit to enter: quit
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
