I m using VS Code connected with anaconda. I m using integrated terminal and in every program i run the output is cluttered with the path and the python execution command as seen below. I m using the "Code Runner" extension and unfortunately I have found no way so far to suppress all this info and just get the output alone. Is there any workaround solution for this?
Run Code (hello.py) --> expected output: "Hello world"
receive:
PS C:\Users\KPFRAGKOS\OneDrive\Desktop\PYTHON\Programs and Notes Per Subject\Classes> python "c:\Users\KPFRAGKOS\OneDrive\Desktop\PYTHON\Programs and Notes Per Subject\Classes\hello.py"Hello World!