n=int(input("entrez n,:"))
somme=0
for i in range(n):
	somme="somme+i
	
print("somme=",somme)


A FINIR FLM
