Factorization (#116)
Jonathan Frech
Playing around with prime numbers, I created this simple factorization program.
The interesting thing about prime factors is that they are unique. There can only be one way to multiply prime numbers to get 𝑛 where and
(excluding the commutative property).For example,
and that is the only way to multiply prime numbers to get to 42.

Source code: factorization.py