stratum by potato

x=raw_input()
n=len(x)
for l in range(n):print(x+x[::-1])[n-l-1:n+l+1]

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

download

return to the top page