Exercise: Provide yourself a nice error message instead of 404ing in response to an invalid path (hint, you need to complete the universe of paths).
Test your code to make sure you get the same answers as before for some of the paths listed in the previous exercise.
To make it worse, the exercise in 6_2 builds on it
at bottom of 1_3
Exercise: Add a handler that says 'sorry, not here' to 1_3 when you try something like http://127.0.0.1:8000/this/is/invalid
at bottom of 5_1
Exercise: Provide yourself a nice error message instead of 404ing in response to an invalid path (hint, you need to complete the universe of paths). Test your code to make sure you get the same answers as before for some of the paths listed in the previous exercise.
To make it worse, the exercise in 6_2 builds on it