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.