From 16e9866f01d2525ef821e8ea472943b7686ac66f Mon Sep 17 00:00:00 2001 From: Adrien Luxey Date: Fri, 10 Apr 2020 16:37:30 +0200 Subject: [PATCH] on bouge des fichiers waiwai --- 02_mots_francais.txt => 02_pendu/mots_francais.txt | 0 02_pendu.py => 02_pendu/pendu.py | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename 02_mots_francais.txt => 02_pendu/mots_francais.txt (100%) rename 02_pendu.py => 02_pendu/pendu.py (93%) diff --git a/02_mots_francais.txt b/02_pendu/mots_francais.txt similarity index 100% rename from 02_mots_francais.txt rename to 02_pendu/mots_francais.txt diff --git a/02_pendu.py b/02_pendu/pendu.py similarity index 93% rename from 02_pendu.py rename to 02_pendu/pendu.py index bf3a6ca..f2c6ae6 100644 --- a/02_pendu.py +++ b/02_pendu/pendu.py @@ -48,6 +48,6 @@ # afficher_mot_a_trous("padakor", [True, False, True, False, True, True, True]) # # * Un fichier de mots (fourni) -# Le fichier "02_mots_francais.txt" contient 22740 mots, donc des noms propres -# (qui commencent par une majuscule) et des mots d'une lettre. +# Le fichier "mots_francais.txt" contient 22740 mots, donc des noms propres +# (qui commencent par une majuscule) et autres mots d'une lettre. # Il va falloir trier !