s=raw_input() x=len(s) i=-x/2 for c in s:i+=1;print i and(' '*~-abs(i)).join(c*3).center(x)or s
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page