Exemplo n.º 1
0
def main():
    P = Prime()
    print sum(P.get_primes_by_limit_number(2000000))