dav74 commited on
Commit
c9352cc
·
verified ·
1 Parent(s): 139709d

Update code.txt

Browse files
Files changed (1) hide show
  1. code.txt +1 -1
code.txt CHANGED
@@ -1583,7 +1583,7 @@ if somme_max([1, -2, 3, 10, -4, 7, 2, -5]) == 18 :
1583
  c+="1"
1584
  else :
1585
  c+="0"
1586
- if omme_max([-3,-2,-1,-4]) == -1 :
1587
  c+="1"
1588
  else :
1589
  c+="0"
 
1583
  c+="1"
1584
  else :
1585
  c+="0"
1586
+ if somme_max([-3,-2,-1,-4]) == -1 :
1587
  c+="1"
1588
  else :
1589
  c+="0"