[PIPython] conversione stringhe

Lawrence Oluyede l.oluyede
Ven 19 Nov 2004 15:16:50 CET


> str1 = 0x06
> str2 = 0x04
> 
> Come faccio a fare una somma del tipo hex(str1 + str2) se sono appunto
> stringhe???

prova ad usare int() per convertirle in interi

-- 
Lawrence
"in IE we trust"



More information about the Python mailing list