Created
June 12, 2020 01:42
-
-
Save ho0ber/25b5a4071a4542be6a035186cec99ef3 to your computer and use it in GitHub Desktop.
Some gross python2
This file contains 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
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