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

Update code.txt

Browse files
Files changed (1) hide show
  1. code.txt +1 -1
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("Un deux trois", ["un", "quatre", "trois"])
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
  []