Skip to content

Commit 4658f4a

Browse files
jpg-130poyea
authored andcommitted
lgtm fixes (#1032)
* adding sum of subsets * lgtm fixes
1 parent e662a5a commit 4658f4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: project_euler/problem_07/sol2.py

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
We can see that the 6th prime is 13. What is the Nth prime number?
88
"""
99
from __future__ import print_function
10-
from math import sqrt
1110

1211
try:
1312
raw_input # Python 2

0 commit comments

Comments
 (0)