Write Python Script Test Whether Following Numbers Prime Using 101prime File 2692493 26925 Q37099676

Write a Python script to test whether the following numbers areprime using the 101prime file.

2692493

2692503

4632703

8767843

7982119

7983121

13065521

11505341

11505343

14123649

14123651

For any numbers that you find that are not prime, write a shortscript to determine their prime factors. Note that if m is a factorof N, you can simplify your search for the other factors byexamining N/m. The prime factorization is unique (there is atheorem for that, too!) Provide the factors for any factorablenumber.

This is the second part to my first question. I just didn’trealize it before. Sorry for the inconvenience, and thank you forthe help.


Solution


Thanks for writing comment.I did not observed that input

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.