最佳答案
For example, if I have the following statement:
if( foo1 or foo2)
...
...
if foo1 is true, will python check the condition of foo2?