a and b a or b not a and not b==not (a or b) and (),’’,[],{},0,None在布尔上下文中为False,还有特别定义为False其余都为True 若上下文都True,则返回最后一个值,若某个值为False则返回第一个False值or 如果有一个True则返回这个True值,如果都为False则返回最后一个False值。