Making a dict from two lists/tuples

Jonathan Feinberg jdf at pobox.com
Sat May 26 10:00:54 EDT 2001


"Alex Martelli" <aleaxit at yahoo.com> writes:

> temp=[decorate(x) for x in beep]
> temp.sort()
> beep[:]=[undecorate(x) for x in temp]

I was wondering what a Schwartzian Transform might look like in
Python. ;)

-- 
Jonathan Feinberg   jdf at pobox.com   Sunny Brooklyn, NY
http://pobox.com/~jdf



More information about the Python-list mailing list