Created
August 3, 2020 09:02
-
-
Save KKostya/b9251ed473f574dd656b4f58dc02461d 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
pairwise = lambda b: zip(*((lambda a: (lambda x: (next(x[1]), x))((iter(a), iter(a))))(b)[1])) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment