MCPcopy Index your code
hub / github.com/geekcomputers/Python / Grocery calculator.py

File Grocery calculator.py

Grocery calculator.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 5

GroceryListClass · 0.85
addToListMethod · 0.80
TotalMethod · 0.80
SubtotalMethod · 0.80
returnListMethod · 0.80

Tested by

no test coverage detected