Created
May 6, 2016 01:57
-
-
Save cdl/399236930cbf7e0928a2e441847bfa79 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
# ????? 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