Exemplo n.º 1
0
def main():
    P = Prime()
    prime_factors = P.get_prime_factors_by_number(600851475143)
    print(max(prime_factors.keys()))