Stepping Space Removal by rosukaruklame

a=raw_input();exec'print a;a=a.replace(" ","",1);'*len(a.split())

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

download

return to the top page