Basic Programming Using Python (KV Teacher 10 June)


Exceptions

Lessons (Click on lesson name to open lesson)

Python exceptions:
• Standard exception examples.
• Catching exceptions with try/except.
• Catching multiple exceptions.
• Cleanup with finally.
• Raising one's own exceptions.