Does Python support short-circuiting? -


does python support short-circuiting in boolean expressions?

yep, both and , or operators short-circuit -- see the docs.


Comments

Popular posts from this blog

java - Checkbox item adds to spinner -

php - mySQL problems with this code? -

C# MVC AngularJS -