Created
October 17, 2017 20:24
-
-
Save pykong/fc9298a11a3d3c1b802abc1be8da1e95 to your computer and use it in GitHub Desktop.
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
# To be case-insensitive, and to eliminate a potentially large else-if chain: | |
m.lower().endswith(('.png', '.jpg', '.jpeg')) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment