compound conditional statements

beliavsky at aol.com beliavsky at aol.com
Mon Sep 15 17:31:06 EDT 2003


If I have code 

if (aa or bb): print "true", 

does Python evaluate aa and bb in any particular order? Can I assume that if 
aa is true, bb will not be evaluated?




More information about the Python-list mailing list