Formulate a python program that acts as a recipe book


Problem

Formulate a python program that acts as a recipe book by following the instructions below.

Use lists to store ingredients for each of these recipes (use these exact ingredients):

a) Chicken Soup: chicken, chicken broth, carrots, celery, noodles
b) Lasagna: lasagna noodles, pasta sauce, ricotta
c) Grilled Cheese: bread, butter, cheese
d) Garden Salad: lettuce, tomatoes, carrots, olives
e) Add one recipe of your own called "___'s Special" (replace ___ with your name, ie. MJ's Special) using ingredients of your choice

Ask the user which recipe they want to make (and tell them their options), then display the ingredients of the recipe they selected. Do not print the ingredients in brackets [ ] (hint: use a loop to print the items)

Ask the user for a second recipe they would like to make, and once again display the ingredients without brackets (hint: use a loop to print the items)

Formulate a grocery list that combines the ingredients from both recipes the user selected (it is ok if you end up with duplicates, ie. carrots). Display the list (again with no brackets)

Ask the user if they would like to add any additional items to their grocery list (and keep asking until they enter 'Done' then display the final grocery list).

Request for Solution File

Ask an Expert for Answer!!
Python Programming: Formulate a python program that acts as a recipe book
Reference No:- TGS03323570

Expected delivery within 24 Hours