Python not found

DeepMaze Posted messages 2 Status Member -  
mamiemando Posted messages 33228 Registration date   Status Moderator 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 answers

  1. DeepMaze Posted messages 2 Status Member
     
    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