Intro To Exception Handling
So far, we’ve covered ways to prevent errors from occurring by using if/else statements. Now, we’re going to go over how to deal with exceptions that occur. To do this, we will be using try/except.
Next Section
19.2 Try/ExceptCopyright © 2021 Code 4 Tomorrow. All rights reserved.
The code in this course is licensed under the MIT License.
If you would like to use content from any of our courses, you must obtain our explicit written permission and provide credit. Please contact classes@code4tomorrow.org for inquiries.