Skip to content

Instantly share code, notes, and snippets.

@absurd
Last active December 22, 2015 21:29
Show Gist options
  • Star 12 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save absurd/4641ada79554d1fc4321 to your computer and use it in GitHub Desktop.
Save absurd/4641ada79554d1fc4321 to your computer and use it in GitHub Desktop.
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