Update code.txt
Browse files
code.txt
CHANGED
|
@@ -2742,7 +2742,7 @@ Exemples :
|
|
| 2742 |
```
|
| 2743 |
>>> trouve_mots("Le chat est sur le tapis", ["chat", "chien", "tapis"])
|
| 2744 |
["chat", "tapis"]
|
| 2745 |
-
>>> trouve_mots("
|
| 2746 |
["un", "trois"]
|
| 2747 |
>>> trouve_mots("Bonjour", ["bonsoir"])
|
| 2748 |
[]
|
|
|
|
| 2742 |
```
|
| 2743 |
>>> trouve_mots("Le chat est sur le tapis", ["chat", "chien", "tapis"])
|
| 2744 |
["chat", "tapis"]
|
| 2745 |
+
>>> trouve_mots("un deux trois", ["un", "quatre", "trois"])
|
| 2746 |
["un", "trois"]
|
| 2747 |
>>> trouve_mots("Bonjour", ["bonsoir"])
|
| 2748 |
[]
|