Created
September 20, 2022 21:07
-
-
Save ZhouYang1993/ee780e802a24523a2222a4d4c871e7eb to your computer and use it in GitHub Desktop.
11 Stunning Python One-Liners That Amazed Me
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
add_vec= lambda A,B:[ai+bi for (ai, bi) in zip(A, B)] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment