Complete debugging of python flask

In class, we debugged the covid API flask. It was very interesting, because at first it didn't work and then I realized that I had to change my interpreter to Anaconda. I marked different lines and then it started debugging itself and stopped at the lines that I marked.

When the teacher told us