Learn how to create, handle, and raise exceptions in Python.
Exceptions disrupt normal code flow in order to report exceptional conditions. Knowing how to handle exceptions is an essential aspect of software development. This lab introduces exceptions through hands-on learning.
Learning Objectives:
Prerequisites: