When would you use a try/except block in code?

Advertisement

Here is the answer of the question: When would you use a try/except block in code?

  • You use try/except blocks when you want to run some code, but need a way to execute different code if an exception is raised.
  • You use try/except blocks inside of unit tests so that the unit testes will always pass.
  • You use try/except blocks so that you can demonstrate to your code reviewers that you tried a new approach, but if the new approach is not what they were looking for, they can leave comments under the except keyword.
  • You use try/except blocks so that none of your functions or methods return None.

The above question is related to “LinkedIn Python (Programming Language) Skill Quiz“. You can find all the updated questions and answers related to to “LinkedIn Python (Programming Language) Skill Quiz” on the “LinkedIn Python (Programming Language) Skill Quiz” page. If you find the update in question or answers, do comment on this page and let us know. We will update the answers as soon as possible.

Join our list

Subscribe to our mailing list and get interesting stuff and updates to your email inbox.

Thank you for subscribing.

Something went wrong.

Leave a Comment


Share via
Join our list

Subscribe to our mailing list and get interesting stuff and updates to your email inbox.

Thank you for subscribing.

Something went wrong.

Send this to a friend