DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Conditional Operator In Python
Python sports a slightly different syntax:
value_when_true if condition else value_when_false
Source: <a href="http://en.wikipedia.org/wiki/Conditional_operator#Python">http://en.wikipedia.org/wiki/Conditional_operator#Python</a>





