Skip to content

Instantly share code, notes, and snippets.

@bmispelon
Created July 10, 2012 09:21
Show Gist options
  • Select an option

  • Save bmispelon/3082255 to your computer and use it in GitHub Desktop.

Select an option

Save bmispelon/3082255 to your computer and use it in GitHub Desktop.
Playing with int(some_word, base=X)
#!/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