Question: Write a function cost that accepts two arguments: 1 ) a shopping list of items, for brevity, each will be a single character string (
Write a function cost that accepts two arguments: a shopping list of items, for brevity, each will be a
single character string you do not need to validate this and a pricelist, a dictionary whose keys are items and
whose values are the price in dollars for that item. The function then returns the total cost in dollars of the items in
the shopping list. If some item does not occur in the pricelist dictionary, then $ is charged for that item see
example
::# Each A costs costs
::# not priced costs
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
