aboutsummaryrefslogtreecommitdiffstats
path: root/sumexp.py
diff options
context:
space:
mode:
Diffstat (limited to 'sumexp.py')
-rw-r--r--sumexp.py2
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)