Collatz Parity by

i=-257
exec'c="";n=i=i+1;exec\'c+=" #"[n%2];n=(n%2*2*n+n)/2;\'*64;print c+"|";'*513

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

download

return to the top page