Created
January 7, 2017 20:10
-
-
Save veeara282/9fcba0649bc250840d8d98567583e435 to your computer and use it in GitHub Desktop.
this is a cool snippet
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
L = [x*x*x for x in range(10)] | |
for i in L: | |
print L |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment