Skip to content

Instantly share code, notes, and snippets.

@ehermes
Created February 12, 2016 20:43
Show Gist options
  • Select an option

  • Save ehermes/23f8fa80156776f3f8d2 to your computer and use it in GitHub Desktop.

Select an option

Save ehermes/23f8fa80156776f3f8d2 to your computer and use it in GitHub Desktop.
def make_adder(x):
def add_x(y):
return x + y
return add_x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment