Skip to content

Instantly share code, notes, and snippets.

@andrewbolster
Created April 25, 2017 20:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewbolster/8971627700e7f201bf26e883d8e467ed to your computer and use it in GitHub Desktop.
Save andrewbolster/8971627700e7f201bf26e883d8e467ed to your computer and use it in GitHub Desktop.
?
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