Created
July 10, 2012 09:21
-
-
Save bmispelon/3082255 to your computer and use it in GitHub Desktop.
Playing with int(some_word, base=X)
This file contains hidden or 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
| #!/usr/bin/env python3 | |
| # 16078734 | |
| (lambda i,s,b,l: i(s(b()),l(s(...))<<i()**i()+i(b(i))))(int,str,bool,len) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment