m = str(coefficient_directeur(M,N)) p = str(ordonnee_origine(M,N)) print("y = "+m+"x+"+p)