Calculating the prime factors of a very big integer in Python

前端 未结 0 920
春和景丽
春和景丽 2020-12-29 06:39

I am having an interesting problem with Python. My task is to calculate all prime factors of a given number. This is my code:

import math

def func(number):
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题