Skip to content

Instantly share code, notes, and snippets.

@pigmonchu
Created November 29, 2021 17:01
Show Gist options
  • Save pigmonchu/def100db80a999e3fd08f7396cb1da74 to your computer and use it in GitHub Desktop.
Save pigmonchu/def100db80a999e3fd08f7396cb1da74 to your computer and use it in GitHub Desktop.
def adder(n):
return lambda x : x + n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment