Код: Выделить всё
def factorisation(n):
fact = []
i = 2
while i
Подробнее здесь: [url]https://stackoverflow.com/questions/32871539/integer-factorization-in-python[/url]Код: Выделить всё
def factorisation(n):
fact = []
i = 2
while i
Подробнее здесь: [url]https://stackoverflow.com/questions/32871539/integer-factorization-in-python[/url]