Spaces:
Running
Running
Update code.txt
Browse files
code.txt
CHANGED
@@ -1615,7 +1615,7 @@ if somme_max([1, -2, 3, 10, -4, 7, 2, -5]) == 18 :
|
|
1615 |
c += 1
|
1616 |
else :
|
1617 |
print("Test 4 : échec")
|
1618 |
-
if
|
1619 |
print("Test 5 : OK")
|
1620 |
c += 1
|
1621 |
else :
|
|
|
1615 |
c += 1
|
1616 |
else :
|
1617 |
print("Test 4 : échec")
|
1618 |
+
if somme_max([-3,-2,-1,-4]) == -1 :
|
1619 |
print("Test 5 : OK")
|
1620 |
c += 1
|
1621 |
else :
|