There is an error in line 3 (Division by zero), but python complains about the error in line 4, which runs after the first error
If I correct the error in line 4, only then does python alert me about the error in line 3.
What is happening here?
I expected python to alert me about the first error that appears in the code, but it 'skipped' it