What is the code for this? I need it in python.
Write a program that asks the user for the following things:
The names of three ingredients for a salad recipe.
The number of ounces of each ingredient required for one serving (these should just be floats, like 2.5).
The number of servings desired (this should be an integer). You should only ask for the number of servings once.
Note no loop is required for this program but you can use them
The program should then output the total number of ounces of each ingredient required to make the desired number of servings.