s=input() for i in range(5):m=7-i*2;print(*' '*i+s[i]+' '*m+s[~i]*(m>0))
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page