Spaces:
Running
Running
Update code.txt
Browse files
code.txt
CHANGED
@@ -2686,9 +2686,9 @@ Exemple :
|
|
2686 |
;;;
|
2687 |
c = ""
|
2688 |
if perimetre_rectangle(5, 3) == 16:
|
2689 |
-
c += "1"
|
2690 |
else:
|
2691 |
-
c += "0"
|
2692 |
;;;
|
2693 |
est divisible par tous
|
2694 |
;;;
|
|
|
2686 |
;;;
|
2687 |
c = ""
|
2688 |
if perimetre_rectangle(5, 3) == 16:
|
2689 |
+
c += "1"
|
2690 |
else:
|
2691 |
+
c += "0"
|
2692 |
;;;
|
2693 |
est divisible par tous
|
2694 |
;;;
|