Topic 4 try
ing and except
ing Errors

Figure 4.1: Trying and Excepting in Python
Here, I introduce three new keywords that I think are relevant to the week’s lecture (i.e., week 5 - the week after Chinese New Year):
try
except
finally
I also briefly mention about a few of Python’s built-in error types (i.e., exceptions).