This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Copyright 2013AD Gallus Absurd | |
| def unfalse_poem(): | |
| None is not True or False | |
| for subject in [complex(True,False)]: | |
| subject is not object | |
| for certainty in [complex(False,True)]: | |
| certainty is not Exception | |
| certainty is not license |