Solution Exercise 760: a python algorithm to finds the list of all prim divisors for given integer.
Exercise 760 Write an algorithm in python as a function that finds the list of all prime divisors of a given integer n. Solution # creating a function to test…