Does Python support short-circuiting? -
does python support short-circuiting in boolean expressions?
yep, both and
, or
operators short-circuit -- see the docs.
does python support short-circuiting in boolean expressions?
yep, both and
, or
operators short-circuit -- see the docs.
Comments
Post a Comment