Swap The Characters by twobit (alternative)

while 1:
\x09q=" ";a,b=raw_input().split(q,1)
\x09for c in b+q:a=a.replace(c,q);q=c
\x09print a

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

download

return to the top page