...

/

Challenge: Handle `DivideByZero` Exception

Challenge: Handle `DivideByZero` Exception

Can we handle the `DivideByZero` exception using `try` and `catch`/`except`?

Problem Statement

...