From 69bf1aca750689057266c5b62b91651622cc87ee Mon Sep 17 00:00:00 2001 From: PAPAMICA Date: Fri, 30 Apr 2021 11:20:29 +0200 Subject: [PATCH] Update Boucles.html --- Python/Boucles.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/Boucles.html b/Python/Boucles.html index c09d9a3..f944976 100644 --- a/Python/Boucles.html +++ b/Python/Boucles.html @@ -20,6 +20,6 @@ dateCreated: 2021-04-28T19:40:54.892Z while 1 != 10: print ("i ne vaut pas 10") i+=1 -
+

Attention : Il ne faut pas oublier d'incrémenter le compteur, sinon la boucle sera infinie !