Created
February 13, 2020 05:09
-
-
Save leopard627/5bf27f77db0069d049f368987919a582 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
| 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