[Python] print question

Roberto Preziusi roberto.preziusi a gmail.com
Dom 26 Feb 2012 15:19:27 CET


>>> 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
-------------- parte successiva --------------
Un allegato HTML è stato rimosso...
URL: <http://lists.python.it/pipermail/python/attachments/20120226/85daadf3/attachment.html>


Maggiori informazioni sulla lista Python