Collatz Parity by llhuii

i=257
while i+256:s='';k=i=i-1;exec"s+=' #'[k%2];k=k%2*k-k/-2;"*64;print s+'|'

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

download

return to the top page