阅读背景:

检查多个列表中是否存在某些内容 - 如何使其更加优雅

来源:互联网 

What works:

a = ["0"]
b = ["1"]
c = ["2"]
d = ["3"]
if (not "0" in a) and (not "0" in b) and (not "0" in c) and (not "0" in 
d):
  print "you don't want this to be printing"
a = ["0"]
b = ["1"]
c = ["2"]
d =



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: