To create an unicode string, add u in front of the string:
u
>>> s = u'endmemo.com' >>> print(s)
endmemo.com