Create the variable ingredients and save a one-element set containing "cacao" in the variable.
ingredients
"cacao"
Make sure to type ingredients = {"cacao"}.
ingredients = {"cacao"}