diff options
Diffstat (limited to 'Problem97.py')
-rw-r--r-- | Problem97.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Problem97.py b/Problem97.py new file mode 100644 index 0000000..2d8a5f8 --- /dev/null +++ b/Problem97.py @@ -0,0 +1,9 @@ +#unfinished +import math +count = 1 +# for n in range(1,7830458): +# count = count*2 +# print(n/7830458) +n = 28433*(pow(2,7830457))+1 +n = str(n) +print(n)
\ No newline at end of file |