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.
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.
Copyright © 2021 Jogjafile Inc.

It is because of the code runner extension. You have to disable the code runner.
Click
Ctrl+Shift+Xto launch Extensions. Search Code Runner and click Disable. Close the VSCode editor and reopen it. Now run the program. You will get the output.