Created
June 9, 2014 22:51
-
-
Save dmertl/a9de8f8cb3129e1a2c5a to your computer and use it in GitHub Desktop.
Concise Python Expressions
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
# Because searching for these is always a pain | |
# Conditional Assignment | |
setting = 'default' if param is None else param |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment