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