Skip to content

Commit

Permalink
problem 97
Browse files Browse the repository at this point in the history
  • Loading branch information
tingleshao committed Mar 20, 2013
1 parent addd6a1 commit f91dfd0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions problem91to100/problem97.py
@@ -0,0 +1,10 @@
# problem 97
p = 2 ** 40
for i in range(7830417):
p = p * 2
p = int(str(p)[-10:])
print
print i
p = p * 28433
p = p + 1
print p

0 comments on commit f91dfd0

Please sign in to comment.