I use sublime text as a text editor, but when I want to run a program that asks for data the user does not leave me and I think it is part of sublime; then following a facilitated code course I am learning to execute my programs with the Cmd; but when trying to open my file I get the following error:
SyntaxError: Non-ASCII character '\ xc3' in file ./numeromagic.py on line 2, but no encoding declared; see link for details
It should be noted that the file I have in a folder called exercises and is located on the desktop; then in the cmd what I write is: cd desktop & cd exercises & python numeromagico.py which is what my program is called.