Exemplo n.º 1
0
Arquivo: 010.py Projeto: m-a-t-h/peppy
def main():
    P = Prime()
    print sum(P.get_primes_by_upper_limit(2000000))