def find_fact(num): # l = len(pr) temp = 1 i=0 ans=1 factors=[] while num != 1 and i