Question 1
Quel symbole sert à vérifier une égalité dans un if
=
==
=>
=!
Question 2
Quel élément permet de faire plusieurs vérifications en même temps
And
Or
Else
Click here if you wish to read this hintVue cette réponse dans la vidéo pendant une érreur de ma part
Question 3
Quel texte correspond à la correct structuration d'un if
If () :
If ()
If :
If :
Question 4
Quel élément permet d'intégrer un INT dans un print ou il y'a STRING avec
Str
Mep
Mdp
Click here if you wish to read this hintVue dans le première épisode(oui je suis fourbe)
Question 5
Trouve l'intrut
If
Else
Elif
Str
Max
Question 6
à quoi sert le if ?
Se faire un cappouchino
Effectuer une virification
Faire une boucle
Click here if you wish to read this hintQuestion très facile
Question 7
Que veut dire le else
Refaire un IF
Effectuer une deuxième vérification
Effectuer une action si IF n'est pas respecter
Question 8
Comment faire un print avec un STRING et un INT
Print (variablestring + str(variableint))
Print (variablestring + (variableint))
Print (variablestring variableint)
Comments