- [x] import [as] -> importa [come] - [x] for/else -> per/altrimenti - [x] while/else -> mentre/altrimenti - [x] break -> interrompi - [x] pass -> salta - [x] if/elif/else -> se/sennò/altrimenti - [x] from/import [as]-> da/importa [come] - [x] True/False -> Vero/Falso - [x] print() -> stampa - [x] input() -> inserisci - [x] range() -> intervallo() - [ ] random.randrange() -> ?? - [ ] random.randint() -> ?? - [x] def -> funzione - [x] return -> restituisci - [ ] yield -> ?? - [ ] 'in'| 'not' 'in' | 'is' | 'is' 'not' -> non, è