def signe(X): if X > 0: C = "positif" else: C = "non positif" return C