[Python-Dev] Adding a conditional expression in Py3.0

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Sep 22 04:52:02 CEST 2005


Ron Adam wrote:

> (a if e then b)
> ((a1 if e1 then b1) if e then b)
> (a if e then (a2 if e2 then b2))
> ((a1 if e1 then b1) if e then (a2 if e2 then b2))

I think you mean 'else' rather than 'then' in all
those, don't you?

-- 
Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury,	   | A citizen of NewZealandCorp, a	  |
Christchurch, New Zealand	   | wholly-owned subsidiary of USA Inc.  |
greg.ewing at canterbury.ac.nz	   +--------------------------------------+


More information about the Python-Dev mailing list