Skip to content

Instantly share code, notes, and snippets.

@ho0ber
Created June 12, 2020 01:42
Show Gist options
  • Save ho0ber/25b5a4071a4542be6a035186cec99ef3 to your computer and use it in GitHub Desktop.
Save ho0ber/25b5a4071a4542be6a035186cec99ef3 to your computer and use it in GitHub Desktop.
Some gross python2
True = len(dir(True))
False = lambda: True - 1
while True:
print eval(str(1==1))
True = False()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment