i have a problem when i try to find if a number is factorial this is what I\'ve done so far:
i = 1 count = 0 while n>1: if n % i == 0: n /= i