ASCII value even or odd by pooq

1K.times{x:stdin.get_u8;x<11||print(x%2<1?"E":"O");}

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

download

return to the top page