plot letter grid by twobit (llhuii)

d=id(0)%-3
w=16+d%2*12
D=(['-']*w+["\n"])*(d/2*9+27+d)
for l in open('../fd/0'):y,x,f=l.split();D[(int(x)-5-d**3)*-~w+int(y)+~d*7+d%2*5]=f
print"".join(D)

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

download

return to the top page