Spaces:
Running
Running
Update code.txt
Browse files
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("
|
| 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"
|