i=9 for c in'abc'*7:x=str(i//3)+c;print([str(i-8),x][i>11]+"\n%s+"%x*(29>i>17));i+=1
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page