>>> g
'\xa0'
>>> s = "A0"
>>> g = s.decode("hex")
>>> print g
�
>>> g
'\xa0'
>>> print "come faccio a stampare g='a0'?"
come faccio a stampare g='a0'?
>>>

::)

-- 
Preziusi Roberto
_______________________________________________
Python mailing list
Python@lists.python.it
http://lists.python.it/mailman/listinfo/python

Rispondere a