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