Skip to content

Instantly share code, notes, and snippets.

@absurd
Last active December 22, 2015 21:29
An unfalse poem that evaluates properly.
# 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
subject and certainty
reduce and coerce
coerce and reduce
while certainty.real: unexamined
for certainty in [complex(False,True)]:
return certainty is not certainty.real is not certainty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment