Table of divisors by kt3k

for i in range(input()):print'%s:'%-~i+' '.join(`x`for x in range(1,i+2)if~i%x<1)

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

download

return to the top page