diff --git a/fonction_manque.py b/fonction_manque.py new file mode 100644 index 0000000..bea3495 --- /dev/null +++ b/fonction_manque.py @@ -0,0 +1,8 @@ +def manque(joueur): + with open("stats.txt","r") as stat: + for ligne in stat: + + + + + \ No newline at end of file