Skip to content

Commit

Permalink
Update Handling Exceptions.md (#455)
Browse files Browse the repository at this point in the history
Three changed t oTwo
  • Loading branch information
eyrei123 authored Oct 31, 2023
1 parent 0529090 commit 32e1ce0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jupyter-lab-files/Handling Exceptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This is how you stop the exception from crashing the code.
## What Are Some Common Exceptions

The Python language supports more than sixty common exceptions.
Three of the more common are:
Two of the more common are:


| Exception | Cause |
Expand All @@ -43,4 +43,4 @@ except ZeroDivisionError:
print("You can't divide by zero")
except ValueError:
print("You must supply a number")
```
```

0 comments on commit 32e1ce0

Please sign in to comment.