Tutorial

To use Lumache, first import it as follows:

[2]:
from lumache import get_random_ingredients

And then, call the function to retrieve random ingredients:

[3]:
get_random_ingredients()
[3]:
['shells', 'gorgonzola', 'parsley']

Ottimo!