plot letter grid by llhuii

d=id('')%-3;*D,=map(list,['-'*(16+d%2*12)]*(d//2*9+27+d))
for l in open(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,sep='')

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

download

return to the top page