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