User Tools

Site Tools


curiosidades_de_python

This is an old revision of the document!


Curiosidades de Python

Unicode

>>> c = u'\N{Copyright Sign}'
>>> c
u'\xa9'
>>> print c
©
curiosidades_de_python.1242389297.txt.gz · Last modified: 15/05/2009 00:00 (external edit)