Curiosidades de Python
Unicode
>>>
c
=
u
'
\N
{Copyright Sign}'
>>>
c u
'
\x
a9'
>>>
print
c ©
python