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

Update code.txt

Browse files
Files changed (1) hide show
  1. code.txt +4 -0
code.txt CHANGED
@@ -53,6 +53,10 @@ if maximum_tableau([-27, -24, -3, -15]) == -3:
53
  c += "1"
54
  else :
55
  c += "0"
 
 
 
 
56
  ;;;
57
  recherche
58
  ;;;
 
53
  c += "1"
54
  else :
55
  c += "0"
56
+ if maximum_tableau([-27, -24, -3, 15]) == 15:
57
+ c += "1"
58
+ else :
59
+ c += "0"
60
  ;;;
61
  recherche
62
  ;;;