Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Python by somma ( 15 years ago )
def somma_numeri():
somma = 0
n = input("Inserisci numero, 0 per terminare: ")
while (n!=0):
somma = somma + n
n = input("Inserisci numero ")
return somma
Revise this Paste
Parent: 40358