Programmation: If: structure conditionnelle Question 1 Qu'affiche le programme python suivant ? x=1 y=(2*x-4)**2 if (y>0): r="+" else: r=y print(r) 0 + r 4 Voir Index des QCM python