I am a beginner with programming. I have a problem with my python interpreter(or that is what I think). I installed vs code as an editor, python extension(from Microsoft) and cmder(mini version) as a terminal. When I run the python code in vs code, a message appear and tells me that: "The terminal process failed to launch: Path to shell executable "C:\Windows\SysNative\WindowsPowerShell\v1.0\powershell.exe" does not exist."
So what I have to do?
Too add a Python Interpreter, you can follow this official documantation
Also, you can follow this QA on Stackoverflow which has been asked before.