blob: a883b6a1ab0447dfc7f2ba3ad521ddbbb77c1ca2 [file] [log] [blame]
a = True
b = False
c = True
d = False
#before intention
if not (not (a and b and c) and not d):
print "before"