python has exception handling so python programs are ___
Answers
Answered by
0
Explanation:
Exception handling allows you to separate error-handling code from normal code. An exception is a Python object which represents an error. As with code comments, exceptions helps you to remind yourself of what the program expects. It clarifies the code and enhances readability
Answered by
0
Answer:
Python provide a way to handle the exception so that the code can be excuted without any interruption ..... If we do not handle the exception. The interpreters doesn't excecute all the code that exist after the exception.
Explanation:
Hope it helps☺
Mark me as brainliest
Follow me
Similar questions