-1

When I am trying to run a project based on python then it appears.

1 Answers1

1

This means that a HTTP GET request was made to / (the first forward slash) and 200 means it was succesfull. 200 is a http response code, check this link: https://en.wikipedia.org/wiki/List_of_HTTP_status_codes

Good luck!

E.F. Nijboer
  • 1,331