Divide the rectangle by zetamatta

R="\n";A=18*" a";B=15*" b"+R;C=7*" c";D=8*" d";E=14*" e";F=4*" f";G=10*" g";I=9*" i"
print(A+B)*15+(A+C+D+R)*3+(E+F+C+D+R)*4+E+G+" h"+D+(R+E+G+I)*9

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

download

return to the top page