Quote:
Originally Posted by retina
Since you love Python so much, try this:
Code:
print((2 ** 109947391 - 1) % 13)
If it is a divisor then it should display 0, like this:
Code:
print((2 ** 11 - 1) % 23)
|
I have proof and I'm posting the video. First off you need to use mprint to print out the entire number then like this:
n = hugeexponent % 13
print(n)
n=0
video will be posted ok!