diff --git a/Fonctions_manque.py b/Fonctions_manque.py index 1fe78c6..dcc3c40 100644 --- a/Fonctions_manque.py +++ b/Fonctions_manque.py @@ -1,5 +1,5 @@ # petit test pour être sûr d'avoir le bon fichier -with open("Documents/Projets_NSI/Git_NSI/Basket_Viste_Maxence.A_Enora_P/stats.txt", "r") as f: +with open("stats.txt", "r") as f: lignes = f.readlines() #print(lignes)