Test#
[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!
[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!