forked from idobatter/cpython
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Milestone
Description
- import [as] -> importa [come]
- for/else -> per/altrimenti
- while/else -> mentre/altrimenti
- break -> interrompi
- pass -> salta
- if/elif/else -> se/sennò/altrimenti
- from/import [as]-> da/importa [come]
- True/False -> Vero/Falso
- print() -> stampa
- input() -> inserisci
- range() -> intervallo()
- random.randrange() -> ??
- random.randint() -> ??
- def -> funzione
- return -> restituisci
- yield -> ??
- 'in'| 'not' 'in' | 'is' | 'is' 'not' -> non, è
Reactions are currently unavailable