Answer:
True
Step-by-step explanation:
Try and except statements (pseudo code) or try and catch (java, c++, etc)
is for error handing. The try and except "handles errors" If encountered an error, the try and except will try to "handle" the error and let the program continue running.