Python by Swaroop C H - HTML preview

PLEASE NOTE: This is an HTML preview only and some elements such as links or page numbers may be incorrect.
Download the book in PDF, ePub, Kindle for a complete version.

Summary

We have discussed the usage of thetry..except andtry..finally statements. We have seen how to create our own exception types and how to raise exceptions as well.

 

Next, we will explore the Python Standard Library.