Programmation: Variables Question 1 Qu'affiche le programme python suivant ? n=10 p=4 n=n+p print(n) n+p 4 14 10 Voir Variables, affectation, types et opérations Index des QCM python