예제 #1
0
파일: Main.py 프로젝트: amarano/Projects
def main():
    s = Sieve(200)
    print s.findPrimes()