2008/10/7 Zanon Samuele <[EMAIL PROTECTED]>: > ciao a tutti... volevo sapere come posso fare per convertire una stringa in > un numero per poter eseguire operazioni (ad esempio da 20,90 a 20.90)
float("20.90") (la stringa che rappresenta un decimale con la virgola non e` supportata che io sappia). Dai anche una occhiata a http://docs.python.org/library/decimal.html _______________________________________________ Python mailing list Python@lists.python.it http://lists.python.it/mailman/listinfo/python