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:05:10 +00:00 révisé par Mickael Asseline
Parent f5248cf535
révision e835e40e9b

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:02:59.005Z
date: 2021-11-17T11:05:08.587Z
tags:
editor: markdown
dateCreated: 2021-05-24T16:12:00.664Z
@ -170,5 +170,6 @@ La boucle for peut aussi être utilisée pour exécuter une action un nombre dé
Fonctionnement de la fonction "range" :
```python
range(debut,fin,step)
range(début,fin,step)
```