Python not found

DeepMaze Posted messages 2 Status Membre -  
mamiemando Posted messages 33537 Registration date   Status Modérateur Last intervention   -
Hello,

I am a beginner in programming and I am trying to practice using Visual Studio Code. I wrote a few lines of code to see if it worked after installing the Python extension. I read that I also needed the Code Runner extension for my program to work, and after installing it, the terminal displays "python is not found", even though it was working before I installed Code Runner.

If someone could help me, that would be great!



Thanks in advance

Configuration: Windows / Chrome 100.0.4896.127

3 réponses

DeepMaze Posted messages 2 Status Membre
 
Of course, I'll put it here:

x=int(input()) y=int(input()) z=x+y print(z) 


The thing is that even a one-line project like print("hello") gives me the same error message, while before installing Code Runner that same line worked.
0