Comment supprimer la première rangée de tableau nu
x = numpy.delete(x, (0), axis=0)
crookie14
x = numpy.delete(x, (0), axis=0)
del a_list[0]