Programmation: Question 1 Qu'affiche le programme python suivant ? x=3 if (3*x-6<0): r=-1 else: r=1 print(r) 3 r 1 -1 Voir Condition et structure conditionnelle Index des QCM python