Solve more problems road to 200.
This commit is contained in:
@@ -102,7 +102,6 @@ def prime_nth(n):
|
||||
is 1 indexed, i.e. n = 1 -> 2, n = 2 -> 3, etc.
|
||||
|
||||
:param n:
|
||||
|
||||
"""
|
||||
if n == 1:
|
||||
return 2
|
||||
|
||||
Reference in New Issue
Block a user