for a in (True, False): for b in (True, False): print (a,b), '-->', not(a,b)
Standard input is empty
(True, True) --> False (True, False) --> False (False, True) --> False (False, False) --> False
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!