示例#1
0
文件: Main.py 项目: amarano/Projects
def main():
    s = Sieve(200)
    print s.findPrimes()