0

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.

Peter Macej
  • 4,831
  • 22
  • 49

1 Answers1

0

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.

Dhanush
  • 16
  • 4