We have discussed the usage of the try..except and try..finally statements. We have seen how to create our own exception types and how to raise exceptions as well.
try..except
try..finally
Next, we will explore the Python Standard Library.