language aesthetics

Nick Vargish nav at adams.patriot.net
Fri May 16 20:30:48 EDT 2003


"Ulrich Petri" <ulope at gmx.de> writes:

> There is a saying in german: "Das rollt mir die Fußnägel hoch..."

I have no idea what that means, but:

    sub swap (*@_ is rw) { @_[0,1] = @_[1,0] }

Is going to be giving me nightmares tonight. :^)

Nick

-- 
# sigmask.py  ||  version 0.2  ||  2003-01-07  ||  Feed this to your Python.
print reduce(lambda x,y:x+chr(ord(y)-1),'Ojdl!Wbshjti!=obwAqbusjpu/ofu?','')





More information about the Python-list mailing list