def signe(X): if X>0: C='positif' else: C='negatif' return(C)