parent
e662a5aaef
commit
4658f4a49e
@ -7,7 +7,6 @@ By listing the first six prime numbers:
|
||||
We can see that the 6th prime is 13. What is the Nth prime number?
|
||||
"""
|
||||
from __future__ import print_function
|
||||
from math import sqrt
|
||||
|
||||
try:
|
||||
raw_input # Python 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user