This may be a stupid question but..
I am trying to do something like this....
if not something and
not somethineElse and
not someOtherThing and
not thisThing:
print "asdf"
and i get an invalid syntax error. so how do you do that properly? google wasn't much help.