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 8 #25

Closed libremente closed 6 years ago

libremente commented 6 years ago

Expected behaviour

Lettera minuscola dopo due punti

Actual behaviour

Nota bene: La keyword

Step to reproduce the behaviour

Assign to

libremente commented 6 years ago

Nel codice c'è a =1 ma ci vogliono gli spazi corretti

libremente commented 6 years ago

*Esercitati qua* deve essere con un commento per python quindi # esercitati qua

libremente commented 6 years ago

15*17: teniamo la stessa convenzione di spazi 15 * 17

libremente commented 6 years ago

print ('La somma è:',somma) mettere spazio dopo i due punti

libremente commented 6 years ago

“ciao”/4 oppure “ciao” + 5 oppure “18” + 8 un oppure è in grassetto e l'altro no, perchè?

libremente commented 6 years ago

Fixed in bcb9b1b88f1a7b52dc461084802b97075faf22a4 thanks @Styddy