Spaces:
Running
Running
Update code.txt
Browse files
code.txt
CHANGED
@@ -1785,9 +1785,9 @@ Exemple :
|
|
1785 |
;;;
|
1786 |
c = ""
|
1787 |
if carre(5) == 25:
|
1788 |
-
c += "1"
|
1789 |
else:
|
1790 |
-
c += "0"
|
1791 |
;;;
|
1792 |
recherche dichotomique
|
1793 |
;;;
|
|
|
1785 |
;;;
|
1786 |
c = ""
|
1787 |
if carre(5) == 25:
|
1788 |
+
c += "1"
|
1789 |
else:
|
1790 |
+
c += "0"
|
1791 |
;;;
|
1792 |
recherche dichotomique
|
1793 |
;;;
|