Alphabet texture by wookayin

R=range(-12,13)
for i in R:print '',' '.join(chr(65+abs(i)+abs(j)) for j in R)

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

download

return to the top page