Programmation: If: structure conditionnelle Question 1 Qu'affiche le programme python suivant ? n=5 if (n>10): n=n-10 else: n=-n print(n) 5 n -5 -5 Voir Condition et structure conditionnelle Index des QCM python