Skip to content

Instantly share code, notes, and snippets.

@cdl
Created May 6, 2016 01:57
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 cdl/399236930cbf7e0928a2e441847bfa79 to your computer and use it in GitHub Desktop.
Save cdl/399236930cbf7e0928a2e441847bfa79 to your computer and use it in GitHub Desktop.
# ????? what the fuck?????? this is possible????
squares = [value ** 2 for value in range(1, 11)]
print(squares)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment