prepare()
Prepare an ingredient for cooking.
Usage
prepare(ingredient)Parameters
ingredient: str-
The ingredient to prepare.
Returns
dict-
A dictionary with the prepared ingredient details.
Examples
>>> prepare("tomato")
{'ingredient': 'tomato', 'status': 'prepared'}