100-plus-python-coding-problems-with-solutions icon indicating copy to clipboard operation
100-plus-python-coding-problems-with-solutions copied to clipboard

Prime Factors

Open chakrireddy1609 opened this issue 4 years ago • 0 comments

The result being returned for the program is incorrect for few inputs as same number is duplicated. Example : For input 100, result shows [2, 2, 5, 5] For input 25, result shows [5,5] For input 225, result shows [3, 3, 5, 5]

chakrireddy1609 avatar Feb 18 '21 14:02 chakrireddy1609