open-education-polito / book-python-interactive-chapters

:snake: :book: Our Python interactive version of the book - Repo for the RST sources
https://openeducation.polito.it/libro/
GNU General Public License v3.0
5 stars 5 forks source link

Capitolo 7 #24

Closed libremente closed 6 years ago

libremente commented 6 years ago

Expected behaviour

Le linee di codice devono essere su una linea sola

Actual behaviour

def INTERROGAZIONE (domanda, risposta_esatta): Questa linea indica all’interprete che vogliamo Tutto sulla stessa linea, non è chiaro

Step to reproduce the behaviour

Assign to

libremente commented 6 years ago

@Styddy C'è scritto nella istruzione inserirei un '

libremente commented 6 years ago

def interrogazione (domanda,risposta_esatta): inserire spazio dopo virgola

libremente commented 6 years ago

AD esempio D minuscola

libremente commented 6 years ago

Idem qui: print ("Se al numero 7 aggiungo il doppio di ",numero) ci vuole lo spazio

libremente commented 6 years ago

return n* fatt(n-1) spazi tra variabile e operatore richiesti

libremente commented 6 years ago

potenza(numero, esponente)) correggere spazi