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