Skip to content

Instantly share code, notes, and snippets.

@pykong
Created October 17, 2017 20:24
Show Gist options
  • Save pykong/fc9298a11a3d3c1b802abc1be8da1e95 to your computer and use it in GitHub Desktop.
Save pykong/fc9298a11a3d3c1b802abc1be8da1e95 to your computer and use it in GitHub Desktop.
# 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