Spaces:
Running
Running
Upload code.txt
Browse files
code.txt
CHANGED
@@ -1564,7 +1564,7 @@ else :
|
|
1564 |
print("Test 1 : échec")
|
1565 |
if un_sur_deux([54, 5, 7, 14, 26, 54, 32]) == [54, 7, 26,32]:
|
1566 |
print("Test 2 : OK")
|
1567 |
-
c +=
|
1568 |
else :
|
1569 |
print("Test 2 : échec")
|
1570 |
if c == 2 :
|
|
|
1564 |
print("Test 1 : échec")
|
1565 |
if un_sur_deux([54, 5, 7, 14, 26, 54, 32]) == [54, 7, 26,32]:
|
1566 |
print("Test 2 : OK")
|
1567 |
+
c += 1
|
1568 |
else :
|
1569 |
print("Test 2 : échec")
|
1570 |
if c == 2 :
|