plot letter grid by llhuii(luck)

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

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

download

return to the top page