1
0
Bifurcation 0
miroir de https://github.com/PAPAMICA/Wiki-Tech.io.git synchronisé 2024-11-27 03:34:08 +01:00

docs: update Scripting/Python/Conditions-Boucles

Cette révision appartient à :
Maxime Mourier 2021-11-17 11:22:45 +00:00 révisé par Mickael Asseline
Parent 71973f1e92
révision 61f9438d5b

Voir le fichier

@ -2,7 +2,7 @@
title: Python - Conditions et boucles
description: IF, ELSE, ELIF, WHILE, Comparaisons, etc…
published: true
date: 2021-11-17T11:21:49.623Z
date: 2021-11-17T11:22:43.770Z
tags:
editor: markdown
dateCreated: 2021-05-24T16:12:00.664Z
@ -186,4 +186,6 @@ Résultat :
>>> 2
>>> 4
>>> 6
```
```
## Break et Continue