这不起作用:
if cond1 && cond2:
请代替 使用 。and&&
and
&&
Python使用和条件。andor
or
即
if foo == 'abc' and bar == 'bac' or zoo == '123': # do something