Exemplo n.º 1
0
def main():
    P = Prime()
    primes = P.get_primes_by_index(10001)
    print primes[-1]