/-Challenge-What-s-my-number-

Between 1 and 1000, there is only 1 number that meets the following criteria. While it could be manually figured out with pen and paper, it would be much more efficient to write a program that would do this for you. With that being said, your goal is to find out which number meets these criteria. The number has two or more digits. The number is prime. The number does NOT contain a 1 or 7 in it. The sum of all of the digits is less than or equal to 10. The first two digits add up to be odd. The second to last digit is even. The last digit is equal to how many digits are in the number. If you figure it out, post your code!

Primary LanguagePython

Stargazers

No one’s star this repository yet.