wish list for python

Skip Montanaro skip at pobox.com
Fri Oct 24 15:10:30 EDT 2003


    >      x = cond:
    >          a > 1:
    >              0
    >          a > 10:
    >              1
    >          a > 100:
    >              2
    >          True:
    >              -1

PEP 275:

    http://www.python.org/peps/pep-0275.html

Skip





More information about the Python-list mailing list