Exercice 17
Complétez le programme pour qu'il affiche la somme de tous les entiers de 1 à 200 inclus.
Source
Source
x
1
for n in range():
2
total =
3
4
print("1 + 2 + 3 + ... + 200 =", total)
5
for n in range():
total =
print("1 + 2 + 3 + ... + 200 =", total)