aboutsummaryrefslogtreecommitdiffstats
path: root/sumexp.py
diff options
context:
space:
mode:
authormjfernez <mjfernez@gmail.com>2020-02-04 20:17:47 -0500
committermjfernez <mjfernez@gmail.com>2020-02-04 20:17:47 -0500
commitc1a037eaa8198935dd4bf5f20e8df398f5f0d910 (patch)
treef73a20777f817e654d57178017c55eb627a60731 /sumexp.py
parent6e19bf3ce11c8722e3260c0457f0389193fd9251 (diff)
downloadProject_Euler_Solutions-c1a037eaa8198935dd4bf5f20e8df398f5f0d910.tar.gz
more cleanup, more c examples
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)