for x in range(1,301):print[x,'aho'][x%3<1or'3'in`x`]
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page