Python Error : ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()

后端 未结 0 668
时光说笑
时光说笑 2020-11-21 15:21
attacklist=[]
attacklist=list(attack.values())
nonattacklist=[]
nonattacklist=list(non_attack.values())


for i in attacklist:
    if i in nonattacklist:
        non         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题