Skip to content

Instantly share code, notes, and snippets.

@kobezorro
Created July 11, 2015 09:17
Show Gist options
  • Save kobezorro/161cbcc0e297a74d3544 to your computer and use it in GitHub Desktop.
Save kobezorro/161cbcc0e297a74d3544 to your computer and use it in GitHub Desktop.
python
l = [x*x for x in range(10) if x % 3 == 0]
#l = [0, 9, 36, 81]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment