Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > c8c18b36840d2165c44ac1566dcd5553 > files > 238

python-urwid-1.1.1-5.mga4.x86_64.rpm

# this is part of the subproc.py example

import sys

num = int(sys.argv[1])
for c in xrange(1,10000000):
    if num % c == 0:
        print "factor:", c