Created
November 11, 2016 14:58
-
-
Save AndyNovo/8ceca9584b5f7e3378002fe6b6e9d835 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
p = 22382653690331959336999665583284427801 | |
print p.is_prime() | |
for factor in (p-1).factor(): | |
print factor |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment