Try Except Else


/ Published in: Python
Save to your folder(s)

The try ... except statement has an optional else clause, which, when present, must follow all except clauses. It is useful for code that must be executed if the try clause does not raise an exception. For example:

URL: https://docs.python.org/2/tutorial/errors.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.