Question: write a Python program that prompts the user for a number of completed items (cookies, brownies and candy. Once that number is inputted, in the
write a Python program that prompts the user for a number of completed items (cookies, brownies and candy.
Once that number is inputted, in the program, use the result to generate a list of detailed ingredients, the amounts required to make that amount of items, and the total cost of all ingredients.
The output should include:
- a COMPLETE recipe
- details of the amounts required of each ingredient
- the expected cost of each completed item
- the total cost required to produce the requested amount
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
