We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e662a5a commit 4658f4aCopy full SHA for 4658f4a
project_euler/problem_07/sol2.py
@@ -7,7 +7,6 @@
7
We can see that the 6th prime is 13. What is the Nth prime number?
8
"""
9
from __future__ import print_function
10
-from math import sqrt
11
12
try:
13
raw_input # Python 2
0 commit comments