https://colab.research.google.com/github/jamcoders/syllabus-resources-2023/blob/main/week4/labs/w4d1c.ipynb The prime factorization of a number decomposes it into the product of primes. ... . p, q, n. 2, 2, 4. 3, 3, 6. 3, 5, 8. 3, 7, 10. 5, 7, 12. Write a function ...