Created
June 27, 2016 06:40
-
-
Save sirishaditya/7487603e395318b5f0fe423227ee515c to your computer and use it in GitHub Desktop.
PracticePython.Org- 07 List Comprehensions
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
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