print('Olá Python!)
Here's some information on setting up my PC.
-
Windows 10 Pro
-
Cmder
-
Active Code Page: 850
You're probably using the wrong character encoding .
Your question is probably duplicate , but I'll respond to you as best I can. To fully understand what comes to you at a glance at the post What are the main differences between Unicode, UTF, ASCII, ANSI? , and to close the subject, it is also worth reading this article .
But to solve your problem quickly, I'll cite one last article from SOen which demonstrates a simple guide to changing the encoding in your Visual Studio:
- open the problematic file in Visual Studio.
- on the File menu click "Advanced Save Options"
- from "Encoding" combo select "Unicode (UTF-8 ..."
- click OK.
Select the type of encoding that meets UTF-8.