| 1 | """This will be a Python script that functions as a grocery calculator. It will take in key-value pairs for items |
| 2 | and their prices, and return the subtotal and total, and can print out the list for you for when you're ready to |
| 3 | take it to the store!""" |
| 4 |
nothing calls this directly
no test coverage detected