mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-06 18:49:26 +08:00
@ -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?
|
We can see that the 6th prime is 13. What is the Nth prime number?
|
||||||
"""
|
"""
|
||||||
from __future__ import print_function
|
from __future__ import print_function
|
||||||
from math import sqrt
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
raw_input # Python 2
|
raw_input # Python 2
|
||||||
|
Reference in New Issue
Block a user