I tried to use Visual Studio together with the tools for Python
, but when I put:
print("Hello World")
and pressing F5
it runs smoothly.
However, when boto:
print("olá")
it gives the following error:
File "C:\Users\.... path .....\PythonApplication1\PythonApplication1.py", line 1 SyntaxError: (unicode error) 'utf-8' codec can't decode byte 0xe1 in position 0: unexpected end of data Press any key to continue . . .
I would like to know how to solve!