Skip to content

Instantly share code, notes, and snippets.

@vchahun
Created November 16, 2011 22:40
Show Gist options
  • Save vchahun/1371719 to your computer and use it in GitHub Desktop.
Save vchahun/1371719 to your computer and use it in GitHub Desktop.
Obfuscated python
opzip = lambda *operators: (lambda *args: tuple(op(*arg) for (op, arg) in zip(operators, zip(*args))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment