Small 'u' in front of the quote indicates that an Unicode string : Unicode : Language Basics PYTHON examples


PYTHON examples » Language Basics » Unicode »

 

Small 'u' in front of the quote indicates that an Unicode string


Small 'u' in front of the quote indicates that an Unicode string

#Small 'u' in front of the quote indicates that an Unicode string is supposed to 
#be created. If you want to include special characters in the string, you can do 
#so by using the Python Unicode-Escape encoding. 


print u'Hellou0020World !'


           
       



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON examples

 Navioo Language Basics
» Unicode