on only please*** Project Two Developed by Yourname Welcom to MyStore! 0. Exit 1. Start a new tran
***Python only please***
Project Two Developed by Yourname
Welcom to MyStore!
0. Exit
1. Start a new transaction
Enter your choice:
1
Select a Customer
0: ('Aaron', 18)
1: ('Priscilla', 15)
2: ('Marty', 42)
3: ('John', 25)
4: ('Bob', 29)
5: ('Alicia', 75)
6: ('Eve', 15)
7: ('Joseph', 38)
8: ('Michael', 62)
9: ('Donald', 68)
Enter your choice (0 to 9):
8
Customer: 8 Michael 62
1. Add Items to Cart
2. Print Cart Content
3. Complete the Transaction
4. Abort the Transaction
Enter your choice:
1
Add to Cart.
0: ('Beans', 3.25)
1: ('Rice', 4.31)
2: ('Banana', 6.88)
3: ('Ice', 3.3)
4: ('Tea', 5.25)
5: ('Bread', 4.89)
6: ('Orange', 6.32)
7: ('Sugar', 2.25)
Enter your choice (0 to 7):
2
Enter quantity of Banana: 3
1. Add Items to Cart
2. Print Cart Content
3. Complete the Transaction
4. Abort the Transaction
Enter your choice:
1
Add to Cart.
0: ('Beans', 3.25)
1: ('Rice', 4.31)
2: ('Banana', 6.88)
3: ('Ice', 3.3)
4: ('Tea', 5.25)
5: ('Bread', 4.89)
6: ('Orange', 6.32)
7: ('Sugar', 2.25)
Enter your choice (0 to 7):
5
Enter quantity of Bread: 2
1. Add Items to Cart
2. Print Cart Content
3. Complete the Transaction
4. Abort the Transaction
Enter your choice:
1
Add to Cart.
0: ('Beans', 3.25)
1: ('Rice', 4.31)
2: ('Banana', 6.88)
3: ('Ice', 3.3)
4: ('Tea', 5.25)
5: ('Bread', 4.89)
6: ('Orange', 6.32)
7: ('Sugar', 2.25)
Enter your choice (0 to 7):
6
Enter quantity of Orange: 2
1. Add Items to Cart
2. Print Cart Content
3. Complete the Transaction
4. Abort the Transaction
Enter your choice:
2
--------------------
Item: Banana: 3 @ $6.88
discount: $2.06
Item: Bread: 2 @ $4.89
discount: $0.98
Item: Orange: 2 @ $6.32
discount: $1.26
--------------------
1. Add Items to Cart
2. Print Cart Content
3. Complete the Transaction
4. Abort the Transaction
Enter your choice:
3
Checkout
--------------------
Item: Banana: 3 @ $6.88
discount: $2.06
Item: Bread: 2 @ $4.89
discount: $0.98
Item: Orange: 2 @ $6.32
discount: $1.26
--------------------
Sub_total: $38.75
Tax: $1.36
Total: $40.11
Enter cash amount: 40
Insufficient payment. Try again.
Enter cash amount: 45
Cash: $45.00
Change: $4.89
Thank you for shopping at MyStore!
0. Exit
1. Start a new transaction
Enter your choice:
0
Thank you for using this program. Bye.
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 9 images