for x in range(1,101):print((x%3<1)*4+(x%5<1)*4or len(str(x)))
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page