Τι θα εμφανιστεί;
if (2 != 2 and 1 != 0): print "True" else: print "False-0"
if (2 != 2 and 1 != 0):
print "True"
else:
print "False-0"
True
False-0