Does Python support short-circuiting?

Posted by Dinah on Stack Overflow See other posts from Stack Overflow or by Dinah
Published on 2010-04-05T18:19:55Z Indexed on 2010/04/05 18:23 UTC
Read the original article Hit count: 492

Filed under:
|

Surprisingly, I was unable to find the answer to this on Stack Overflow:

Does Python support short-circuiting in boolean expressions?

© Stack Overflow or respective owner

Related posts about short-circuiting

Related posts about python