Collatz Parity by pooq

range(-256,257){a:-it;64.times{b:a%2==0;print(b?" ":"#");a=(b?a:3*a+1)/2;}"|".p;}

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

download

return to the top page