[Python] Tipo di dato input
Daniele Tricoli
eriol a mornie.org
Ven 18 Lug 2014 11:32:06 CEST
On Friday 18 July 2014 11:18:59 Luca Addis wrote:
> Avevo anche la versione precedente di python (quella che aveva raw_input
> per le stringhe e input per i numeri) e con quella funziona ma adesso non
> ce piu la distinzione tra i due e non so come fare.
> Soluzioni?
Immagino tu stia usando adesso Python3 (bene! :D)
Guarda qui:
http://legacy.python.org/dev/peps/pep-3111/
The existing raw_input() function will be renamed to input().
The Python 2 to 3 conversion tool will replace calls to input() with
eval(input()) and raw_input() with input().
HTH,
--
Daniele Tricoli 'Eriol'
http://mornie.org
Maggiori informazioni sulla lista
Python