Cook a dish from the given recipe.
Usage
cook(recipe)
recipe: str
The name of the recipe to cook.
dict
A dictionary describing the cooked dish.
>>> cook("pasta") {'dish': 'pasta', 'status': 'cooked'}