c=90 f=chr while c>=65:l="".join(map(f,range(65,c)));print l+f(c)+"\n"+l+f(c+32);c-=1
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page