Created
November 16, 2011 06:47
-
-
Save mvanveen/1369459 to your computer and use it in GitHub Desktop.
eval() thyself and recurse anew
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
eval(""" | |
eval(__import__('inspect').getsource( | |
__import__( | |
__import__('os').path.relpath( | |
__import__('os').path.splitext(__file__)[0] | |
)))) | |
""") |
Author
mvanveen
commented
Nov 16, 2011
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment