For review: PEP 308 - If-then-else expression

Roy Smith roy at panix.com
Sun Feb 9 15:40:04 EST 2003


Chris Liechti <cliechti at gmx.net> wrote:
> or we'd reverse the order in the RHS
> 
> cond -> (true, false)
> int -> (4, 3, 2, 1)

Maybe for backwards lists/tuples?, you should have backwards parenthesis?

int -> )4, 3, 2, 1(

:-)




More information about the Python-list mailing list