Programmation:


Question 1

Qu'affiche le programme python suivant ?
n=10
p=14
n=n+p
print(n)