Write a python program to simulate a checkout at supermarket


Problem

Write a Python 3 program to simulate a checkout (register) at a supermarket or clothing store.

Here are the requirements: the program must...

a) be able to store 15 items
b) store the price for all items
c) store a description for each item (One word description)
d) calculate Virginia sales tax if required - 4.3% base
e) provide a total of the purchase
f) maximum five items per purchase (for this project)
g) display on the screen the receipt
h) Terminate the program on request.

Request for Solution File

Ask an Expert for Answer!!
Python Programming: Write a python program to simulate a checkout at supermarket
Reference No:- TGS03293506

Expected delivery within 24 Hours