miroir de
https://github.com/PAPAMICA/Wiki-Tech.io.git
synchronisé 2024-12-29 02:50:22 +01:00
docs: update Python/Conditions
Cette révision appartient à :
Parent
34affb8684
révision
1f51d7e3ff
1 fichiers modifiés avec 3 ajouts et 2 suppressions
|
@ -2,7 +2,7 @@
|
|||
title: Structures conditionnelles
|
||||
description:
|
||||
published: true
|
||||
date: 2021-04-28T18:50:43.277Z
|
||||
date: 2021-04-28T18:51:54.130Z
|
||||
tags:
|
||||
editor: ckeditor
|
||||
dateCreated: 2021-04-28T18:50:43.277Z
|
||||
|
@ -18,8 +18,9 @@ Fin si</code></pre>
|
|||
<pre><code class="language-python">refrigerateur_vide = 1
|
||||
if refrigerateur_vide=1:
|
||||
print "Faire des courses"</code></pre>
|
||||
<p> </p>
|
||||
<blockquote>
|
||||
<p>Attention : 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>
|
||||
<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>
|
||||
<pre><code class="language-python">refrigerateur_vide = 1
|
||||
|
|
Chargement…
Référencer dans un nouveau ticket