diff options
author | Joshua Drake <joshua.drake@ditchwitch.com> | 2023-04-07 08:13:49 -0500 |
---|---|---|
committer | Joshua Drake <joshua.drake@ditchwitch.com> | 2023-04-07 08:13:49 -0500 |
commit | 1161f9a034de06a63538e3a9a0b7717098c744d9 (patch) | |
tree | 55bb842b2daa4f096eb7916a8d3630426fc1c376 /Problem97.py |
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 |