Programmation: Variables


Question 1

Qu'affiche le programme python suivant ?
n=20
p=17
n=n+p
print(n)