a=range(102) for n in a[2:]:a[n::n]=101/n*[a[n]];print a[n-1]
Note that non-ascii characters in the above source code will be escaped (such as \x9f).
download
return to the top page