mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-21 08:42:03 +00:00
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?
|
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user