Visual Studio Code and Python

Hello,

I’m using VScode and Python but my code isn’t running anymore. I clicked on the debug and run and that messed up the settings for me The output is not correct as you can see below.


Also, how can I remove all the extra lines in the Terminal section and only have my output show like the screenshot below showing Mosh’s output?

Thank you

I have no answer for your second part, but it looks like you haven’t saved your app.py file before running it. Make sure you save every time! (Ctrl-S on windows)
That white dot on the app.py tab tells you that changes have been made since it was last saved.