index
:
Project_Euler_Solutions.git
master
Some solutions to the beginning problems on Project Euler
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sumexp.py
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'sumexp.py')
-rw-r--r--
sumexp.py
2
1 files changed, 0 insertions, 2 deletions
diff --git a/sumexp.py b/sumexp.py
index bbee0dc..a4d8eaf 100644
--- a/
sumexp.py
+++ b/
sumexp.py
@@ -1,5 +1,3 @@
-import PIL
-import math
# Problem 16 Power digit sum
n = 2**1000
strn = str(n)