Skip to content

Instantly share code, notes, and snippets.

@sysr-q
Created December 30, 2013 07:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sysr-q/8178790 to your computer and use it in GitHub Desktop.
Save sysr-q/8178790 to your computer and use it in GitHub Desktop.
You ever write code and just wonder where it all went wrong?
#!/usr/bin/env python3
print(
(lambda λ: (λ.translate))(input("λ "))(
((lambda Λ:
(lambda Γ:
(lambda ω, ϒ:
ω(ϒ, ϒ[2:] + ϒ[:2])) (Γ.maketrans, Λ))("Σ")
)((lambda π:
(lambda α, Ω:
getattr(α, Ω))(π, "ascii_lowercase")
)(__import__("string")))))
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment