diff --git a/WEB/View/src/pages/FirstTests/FirstTest10.html b/WEB/View/src/pages/FirstTests/FirstTest10.html new file mode 100644 index 00000000..d9f3afb5 --- /dev/null +++ b/WEB/View/src/pages/FirstTests/FirstTest10.html @@ -0,0 +1,200 @@ + + + + + + First Test + + + + + + + + +
+ +
+
+
+
+

+ Il exsite un autre type de boucle en pyhton qui est la boucle while. + Elle permet de répéter une action tant qu'une condition est vraie. +

+

+ Voici un petit exemple : +

+ + list = []
+ while (len(list) < 5):
+   list.append(1)
+
+
+

+ Tant que la liste ne contient pas 5 éléments, on ajoute un élément. +

+
+
+
+ Logo +
+
+
+ +
+
+
+ + + +
+ + + + +
+ +
+ +
+
+ +
+ +
+
+ + +
+ + + + + + + + diff --git a/WEB/View/src/pages/FirstTests/FirstTest2.html b/WEB/View/src/pages/FirstTests/FirstTest2.html index 9337e059..0b302bf0 100644 --- a/WEB/View/src/pages/FirstTests/FirstTest2.html +++ b/WEB/View/src/pages/FirstTests/FirstTest2.html @@ -53,21 +53,13 @@
diff --git a/WEB/View/src/pages/FirstTests/FirstTest5.html b/WEB/View/src/pages/FirstTests/FirstTest5.html index e7142b5c..57ecf744 100644 --- a/WEB/View/src/pages/FirstTests/FirstTest5.html +++ b/WEB/View/src/pages/FirstTests/FirstTest5.html @@ -20,7 +20,7 @@ integrity="sha384-oesi62hOLfzrys4LxRF63OJCXdXDipiYWBnvTl9Y9/TRlw5xlKIEHpNyvvDShgf/" crossorigin="anonymous" > - +
diff --git a/WEB/View/src/pages/Presentation.html b/WEB/View/src/pages/Presentation.html index 2b5381c7..7d036a1f 100644 --- a/WEB/View/src/pages/Presentation.html +++ b/WEB/View/src/pages/Presentation.html @@ -81,11 +81,9 @@

-