dav74 commited on
Commit
f9daf60
·
verified ·
1 Parent(s): 381a158

Update code.txt

Browse files
Files changed (1) hide show
  1. code.txt +1 -1
code.txt CHANGED
@@ -2753,7 +2753,7 @@ if trouve_mots("Le chat est sur le tapis", ["chat", "chien", "tapis"]) == ["chat
2753
  c += "1"
2754
  else:
2755
  c += "0"
2756
- if trouve_mots("Un deux trois", ["un", "quatre", "trois"]) == ["un", "trois"]:
2757
  c += "1"
2758
  else:
2759
  c += "0"
 
2753
  c += "1"
2754
  else:
2755
  c += "0"
2756
+ if trouve_mots("un deux trois", ["un", "quatre", "trois"]) == ["un", "trois"]:
2757
  c += "1"
2758
  else:
2759
  c += "0"