[Python] Istruzioni ripetute ...

Carlo Miron miron a python.it
Lun 4 Maggio 2015 10:10:13 CEST


Il 4 maggio 2015 07:51, Daniele Zambelli <daniele.zambelli a 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):
| <miron a 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 :


Maggiori informazioni sulla lista Python