Python unicode

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

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




















endmemo.com © 2024  | Terms of Use | Privacy | Home