Created
March 3, 2013 04:12
-
-
Save kevinslin/5074465 to your computer and use it in GitHub Desktop.
#cool #one-line Check if multiple keys are in the dict
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
if all(u in POST for u in ('skill', 'description')): |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment