Cup size magic by primo

for i in range(11):print' = '.join(chr(j+64-1%j)*(2-1%j)+`(14+i-j)*5`for j in range(1,i+2))

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

download

return to the top page