All edits are kept track of, so if you don't understand how something works, just ask.
What did you just do?
I added response.raise_for_status() at line 6 to check if the HTTP request was successful. If the request failed, it raises an HTTPError, which will be caught by the except block.
Ok, add a comment of this in my code.
Lines edited:
Visual guides
Have your code broken down into visual diagrams to help you understand logical connections.