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