Skip to content

Cosa Funziona #5

@lucarin91

Description

@lucarin91
  • 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, è

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions