Created
May 30, 2014 00:40
-
-
Save nsfyn55/a8f2406ef8e8fd23b9e3 to your computer and use it in GitHub Desktop.
One liner find curved numbers
This file contains hidden or 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 [for num in ['33','14','96'] if set(num).intersection(set(['0','2','3','5','6','8','9']))] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment