Inside the for loop, use an f-string to display "Add " followed by each ingredient.
"Add "
Make sure to pick Add followed by { and then ingredient, }.
Add
{
ingredient
}