I tried to print the "Hello World" in VSCode Terminal and received this message "The term 'python' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. "
I've already installed python interpreter, adding evironment variables and WHEN I ATTEMPTED TO RUN MY PYTHON FILE VIA THE COMMAND PROMPT it printed without any problem (including printing lists or performing functions).
I've also checked python in the command and it replies version 3.8.5, however PowerShell keeps denying and appear the "not recognized" issue, no matter restarting the computer.
Can anyone help me with this problem? P/s: not only Python files, but my cpp files with C++ programming also have similar problems. I've installed MinGW and the program still can't run.