parity of numbers by teebee

a=0
do 8
a=translate(a,10,01)a
end
say a

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

download

return to the top page