diff --git a/projet_conso.py b/projet_conso.py index e3ff601..662beb6 100644 --- a/projet_conso.py +++ b/projet_conso.py @@ -1,5 +1,6 @@ def lecture(nom) : + """ lit le fichier csv et renvoie un tableau""" tableau = [] with open (nom, 'r') as f : titre = f.readline()