ProgrammingHero1 / 100-plus-python-coding-problems-with-solutions

A list of python problems for beginners and intermediate developers
http://www.programming-hero.com
844 stars 366 forks source link

Update Prime-Factors.md #4

Open deb12378 opened 3 years ago

deb12378 commented 3 years ago

Floor Division operator must be used so that only integer values are returned and appended to the list of prime factors.