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 à :
Parent
f5248cf535
révision
e835e40e9b
1 fichiers modifiés avec 3 ajouts et 2 suppressions
|
@ -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)
|
||||
```
|
||||
|
||||
|
|
Chargement…
Référencer dans un nouveau ticket