camelCase by leonid

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

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

download

return to the top page