c=0 s=0 while c<10: print("Inserire un numero") n = float (input()) c=c+1 s=s+n print("somma=",s)
To embed this project on your website, copy the following code and paste it into your website's HTML: