Contents:
Return a list of random ingredients as strings.
At the moment, only a hardcoded list is implemented.
kind (list[str] or None) – Optional “kind” of ingredients.
lumache.InvalidKindError – If the kind is invalid.
The ingredients list.
list[str]