Catching the Exception

# Introduction In programming, errors and exceptions are common occurrences. One way to handle them is by using the `try/except` statement. In this challenge, we will explore how to use `try/except` to catch exceptions when dividing by zero.

|60 : 00

Click the virtual machine below to start practicing