Since I'm new to VS Code and I haven't found an answer to it yet, I'm posing the following question: I installed the Code Runner extension and whenever I'm running my code, I get the output
[Running] python -u "/Users/XYZ/ML/main.py"
Hello World
[Done] exited with code=0 in 0.101 seconds
How can I change this into just outputting
Hello World
Best.