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 =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 =