Skip to content

Instantly share code, notes, and snippets.

@pigmonchu
Created November 29, 2021 17:04
Show Gist options
  • Save pigmonchu/48f2b7256e7c41027c536d45de85652d to your computer and use it in GitHub Desktop.
Save pigmonchu/48f2b7256e7c41027c536d45de85652d to your computer and use it in GitHub Desktop.
def g(f):
def k(*args):
return 2 * f(*args)
return k
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment