Example #1
0
def main():
    s = Sieve(200)
    print s.findPrimes()