PYTHON ONLY must be in python
(Find the factors of an integer)
Write a program that reads an integer and displays all its smallest factors, also known as prime factors. For example, if the input inte- ger is 120, the output should be as follows: 2, 2, 2, 3, 5.