The except-portion of an try-except statement is only executed when there is an error/crash. But, as we have seen, errors can occur anywhere in the call stack. In this video we show how try-except interacts with the call stack. This is what really differentiates this control structure from the conditional.
- Tags
-