Browse Source

ajout documentation

master
thomas neveu 3 weeks ago
parent
commit
d22b045214
  1. 1
      projet_conso.py

1
projet_conso.py

@ -1,5 +1,6 @@
def lecture(nom) : def lecture(nom) :
""" lit le fichier csv et renvoie un tableau"""
tableau = [] tableau = []
with open (nom, 'r') as f : with open (nom, 'r') as f :
titre = f.readline() titre = f.readline()

Loading…
Cancel
Save