Skip to content

Instantly share code, notes, and snippets.

@leopard627
Created February 13, 2020 05:09
Show Gist options
  • Select an option

  • Save leopard627/5bf27f77db0069d049f368987919a582 to your computer and use it in GitHub Desktop.

Select an option

Save leopard627/5bf27f77db0069d049f368987919a582 to your computer and use it in GitHub Desktop.
def myfunc(func, *args):
return [func(*arg)for arg in zip(*args)]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment