Python equivalent to a C trick

Tony Meyer t-meyer at ihug.co.nz
Tue Aug 10 03:05:52 EDT 2004


> Is there a python equivalent of this trick in C?
> 
> Logic_Test ? True_Result : False_Result

Happily <wink>, no.

See:

<http://www.google.com/search?q=python+ternary+operator>
<http://www.python.org/peps/pep-0308.html>
<http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/52282>

=Tony Meyer





More information about the Python-list mailing list