Because Python is a short-circuiting language, right? I've seen Python coders get tripped up by languages that don't short circuit or, even more confusingly, where it depends on the compiler.
When I'm inspecting code with people and notice a short circuit, I always try to point it out, even when it isn't relevant to why we're inspecting the code.