Python unicode



To create an unicode string, add u in front of the string:

>>> s = u'endmemo.com'
>>> print(s)
endmemo.com