Il 4 maggio 2015 07:51, Daniele Zambelli <daniele.zambe...@gmail.com>
ha scritto:

> [...]
>         try:
>             valore = int(input("Inserisci il numero di " + msg +"
> impiegati per coprire l'intero percorso "))      # invece di eseguire,
> converto in intero
> [...]
>         except NameError:
> [...]

Usando int() invece del nasty eval(), la funzione non produce più
NameError. Userei ValueError.

©

-- 
|:**THE BEER-WARE LICENSE** (Revision 42):
| <mi...@python.it> wrote this mail. As long as you retain
| this notice you can do whatever you want with this stuff.
| If we meet some day, and you think this stuff is worth it,
| you can buy me a beer in return.
|                                            --Carlo Miron :
_______________________________________________
Python mailing list
Python@lists.python.it
http://lists.python.it/mailman/listinfo/python

Rispondere a