a1 = 6 a2 = 5 if a1 > 5 and a2 < 6: print("Conditions OK") else: print("Valeurs incorrectes")