222k views
4 votes
True/false: an exception handler is a piece of code that is written using the try/except statement.

1 Answer

2 votes

Answer:

True

Step-by-step explanation:

This is only true for python. In other languages the keywords may be different.

Ex: In Java a try-except statement would be a try-catch statement.

User Loman
by
6.8k points