Python 2.7.13 variable accentuation -


ubuntu 17.04 x64
python 2.7.13

having hard time trying call variable accentuation:

└──╼ $python python 2.7.13 (default, jan 19 2017, 14:48:08)  [gcc 6.3.0 20170118] on linux2 type "help", "copyright", "credits" or "license" more information. >>> nomes = ('mário') >>> nomes 'm\xc3\xa1rio' >>>  

any tips? :)

regards vitor jr.

try print nomes , you'll find has looking for.

the 'm\xc3\xa1rio see how special characters represented python.


Comments

Popular posts from this blog

ios - MKAnnotationView layer is not of expected type: MKLayer -

ZeroMQ on Windows, with Qt Creator -

unity3d - Unity SceneManager.LoadScene quits application -