VS Code not printing output

451 Views Asked by At

I don't get an output, please help me out

I'm new to python and VS Code, I've installed python and code runner, but I can't still print an output, it executed the code with no error but not printing on the console.

1

There are 1 best solutions below

0
Dhanush On BEST ANSWER

It is because of the code runner extension. You have to disable the code runner.

Click Ctrl+Shift+X to launch Extensions. Search Code Runner and click Disable. Close the VSCode editor and reopen it. Now run the program. You will get the output.