the PHP ternary operator equivalent on Python

Daniel Crespo dcrespo at gmail.com
Fri Nov 18 13:53:04 EST 2005


Hi!

I would like to know how can I do the PHP ternary operator/statement
(... ? ... : ...) in Python...

I want to something like:

a = {'Huge': (quantity>90) ? True : False}

Any suggestions?

Thanks

Daniel




More information about the Python-list mailing list