Python Program to find Prime Factors of a number

preview_player
Показать описание
This program tell about the how to do Prime Factorization of a Number. If you have any doubts please leave them in the comments. Leave a like share and subscribe!!
THANK YOU!!

If you have a video idea leave it here:

Рекомендации по теме
Комментарии
Автор

First of all Thank You so much..
and literally it takes around an hour to understand this video for me but finally I got it..

armanmaurya
Автор

It'd be better if you tell the logic and then implement it.

studyonline
Автор

Just change the 'while' loop to this and call it a day:
while (n != 1):
if (not n%i):
n /= i
print(i)
else:
i += 1

solotron
Автор

Hi, can you tell me how to complete a function 'isTerminate()' to know whether decimal is terminating or not?

EswarKumar
Автор

can u speak in low voice plz, you are too loud to hear 😂😂😂

mzjmusz