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:

write a Python program that prompts the user for a number of

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!