Last active
August 29, 2015 14:04
-
-
Save muxueqz/92a768b5a20c3922d53d to your computer and use it in GitHub Desktop.
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 python | |
def curry(x): | |
u = bigObj(x) | |
def f1(y); | |
def f(a, b): | |
pass | |
return f(u, 10) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment