Skip to content

Instantly share code, notes, and snippets.

@veeara282
Created January 7, 2017 20:10
Show Gist options
  • Save veeara282/9fcba0649bc250840d8d98567583e435 to your computer and use it in GitHub Desktop.
Save veeara282/9fcba0649bc250840d8d98567583e435 to your computer and use it in GitHub Desktop.
this is a cool snippet
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