dav74 commited on
Commit
bf0ea26
·
verified ·
1 Parent(s): f213877

Update code.txt

Browse files
Files changed (1) hide show
  1. code.txt +1 -1
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 omme_max([-3,-2,-1,-4]) == -1 :
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 :