Question
write a Python program that prompts the user for a number of completed items (cookies, brownies, or whatever input you want to use. Once that
write a Python program that prompts the user for a number of completed items (cookies, brownies, or whatever input you want to use.
Once that number is inputted, 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 (or a link to the 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
There should be an ingredients section followed by the instructions for the recipe (Reference some recipe websites for ideas on the output). Here is an example of an output:
An additional requirement is for you to use a conditional statement (IF, ELIF, , ELSE) in your program. You determine what feature you want to implement in the program to use this requirement. You might consider different prices for bulk orders of ingredients (if you really want to push yourself), reporting to the user something about the number of cookies they are baking, etc. Be creative (it counts for this project).
example of the output is above. thanks.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started