diff options
author | mjfernez <mjfernez@gmail.com> | 2020-02-04 20:17:47 -0500 |
---|---|---|
committer | mjfernez <mjfernez@gmail.com> | 2020-02-04 20:17:47 -0500 |
commit | c1a037eaa8198935dd4bf5f20e8df398f5f0d910 (patch) | |
tree | f73a20777f817e654d57178017c55eb627a60731 /sumexp.py | |
parent | 6e19bf3ce11c8722e3260c0457f0389193fd9251 (diff) | |
download | Project_Euler_Solutions-c1a037eaa8198935dd4bf5f20e8df398f5f0d910.tar.gz |
more cleanup, more c examples
Diffstat (limited to 'sumexp.py')
-rw-r--r-- | sumexp.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,5 +1,3 @@ -import PIL -import math # Problem 16 Power digit sum n = 2**1000 strn = str(n) |