Skip to content

Instantly share code, notes, and snippets.

@sirishaditya
Created June 27, 2016 06:40
Show Gist options
  • Save sirishaditya/7487603e395318b5f0fe423227ee515c to your computer and use it in GitHub Desktop.
Save sirishaditya/7487603e395318b5f0fe423227ee515c to your computer and use it in GitHub Desktop.
PracticePython.Org- 07 List Comprehensions
print ([even for even in a if even % 2 == 0])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment