Cours
Reference
Question
Quelles instructions ont une syntaxe correcte
print(hello”)
print(“hello”)
hello = 123
print(“hello”
L’expression 1 + 2 * 3 % 4 donne
1 + 2 * 3 % 4
1
2
3
4
5
Une liste est une multiplicationséquenceréparationcondition d’un ou plusieurs blocsobjetsitérateursarguments.
Une boucle est une multiplicationrépétitionréparationcondition d’un bloctrucitérateurargument.
Une boucle for
itère sur une séquence
attend une condition
parcourt un ensemble
se termine quand un test est faux