Con Python 3 non riesco ad eseguire il seguente programma:

somma=0
data=input('Digita un numero o premi Invio per terminare ')
while data!=' ':
numero=float(data)
somma += numero
data=input('Digita un numero o premi Invio per terminare ')
print('la somma e\' ', somma)


chi mi può aiutare..

grazie
_______________________________________________
Python mailing list
Python@lists.python.it
https://lists.python.it/mailman/listinfo/python

Rispondere a