You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1.9 KiB

In [1]:
import random
In [7]:
cereale = ['riso','miglio','fonio','cous cous']
rc = 
In [8]:
carne = ['pesce','scimmia','agnello','mucca','pecora']
In [9]:
contorno = [' e patatine.','.',' e insalata.']
In [ ]:
r
In [ ]:
 
In [ ]:
 
In [10]:
menu = f"Il menù di oggi:\nPiatto di {cereale[r]} e {carne[r]} con cipolle{contorno[r]}"
Out[10]:
'patatine'
In [ ]: