@ -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()