Created
April 25, 2017 20:51
-
-
Save andrewbolster/8971627700e7f201bf26e883d8e467ed to your computer and use it in GitHub Desktop.
?
This file contains 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
x, *xs, y, z = map(lambda j: lambda i: j**i ,range(1, 10)) | |
x(2),y(2),z(2) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment