After the last video, try-except looks less like an if-else statement and more like an if-elif-else statement. As we see in this video, this has profound effects on how errors interact with the call stack. We can space out our try-excepts so that we recover from errors in mutliple different places.
- Tags
-