Python Conditional Expressions
|
|
|
|
| Articles Reviews Python | |
| Written by Bogdan V | |
| Friday, 15 December 2006 | |
|
{mos_sb_discuss:36}
if condition: There have been endless tedious discussions of syntax on both python-dev and comp.lang.python. A vote was even held that found the majority of voters wanted conditional expressions in some form, but there was no syntax that was preferred by a clear majority. Candidates included C's cond ? true_v : false_v, if cond then true_v else false_v, and 16 other variations.
Powered by jReviews |
|
| Last Updated ( Saturday, 07 July 2007 ) | |
| < Prev | Next > |
|---|







