miroir de
https://github.com/PAPAMICA/Wiki-Tech.io.git
synchronisé 2024-12-29 02:50:22 +01:00
Update Conditions.html
Cette révision appartient à :
Parent
2e58819299
révision
b5457d24b7
1 fichiers modifiés avec 3 ajouts et 3 suppressions
|
@ -19,7 +19,7 @@ Fin si</code></pre>
|
|||
if refrigerateur_vide=1:
|
||||
print "Faire des courses"</code></pre>
|
||||
<p> </p>
|
||||
<blockquote class="is.warning">
|
||||
<blockquote class="is-warning">
|
||||
<p><strong>Attention :</strong> Dans d'autres langages de programmation tel que le <strong>C#</strong>, la fonction est délimitée par <strong>{}</strong>. En python, la fonction commence par <strong>:</strong> et c'est l'indentation qui délimite.</p>
|
||||
</blockquote>
|
||||
<p><i>Démonstration :</i></p>
|
||||
|
@ -82,10 +82,10 @@ else: # Sinon ...
|
|||
</tbody>
|
||||
</table>
|
||||
</figure>
|
||||
<blockquote class="is.warning">
|
||||
<blockquote class="is-warning">
|
||||
<p><strong>Attention :</strong> Pour tester l'égalité de deux valeurs, on utilise <strong>==</strong> et non <strong>=</strong> qui lui sert à l'affectation de valeurs</p>
|
||||
</blockquote>
|
||||
<blockquote class="is.info">
|
||||
<blockquote class="is-info">
|
||||
<p><strong>Info :</strong> Une condition renvoie uniquement deux valeurs : <strong>True</strong> ou <strong>False</strong> (vrai ou faux). Si le test est correcte, il renverra <strong>True</strong>, sinon <strong>False</strong>.</p>
|
||||
</blockquote>
|
||||
<h2>Plusieurs conditions pour une clause IF</h2>
|
||||
|
|
Chargement…
Référencer dans un nouveau ticket