toggleCASE by leonid

while 1:
\x09s='';t=0
\x09for c in raw_input():t=ord(c)^-t&32;s+=chr(t)
\x09print s

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page