box world by Defenestrator

s=raw_input();t=s[::-1];print s+(' '*~-len(s)).join(map('\n'.join,zip(s,t)))+t

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

download

return to the top page