Skip to content

Instantly share code, notes, and snippets.

@kevin-weitgenant
Created August 3, 2016 10:35
Show Gist options
  • Save kevin-weitgenant/68999b17d51e4e250591e5b0c190179e to your computer and use it in GitHub Desktop.
Save kevin-weitgenant/68999b17d51e4e250591e5b0c190179e to your computer and use it in GitHub Desktop.
practicepython.org Execise 07
even = [x for x in [1, 4, 9, 16, 25, 36, 49, 64, 81, 100] if x % 2 == 0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment