Part 1: Logging

We’ll be talking about both logging and debugging in this lesson. In the introduction, I said that logging and debugging are a great step up from the print statements that beginning programmers often like to use to debug their code.

Your assignment for this week will be the culmination of the logging exercises that we complete in this lesson. I encourage you to actually create and modify each of the exercise scripts that I demonstrate below.