mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-20 00:02:04 +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?
|
||||
"""
|
||||
from __future__ import print_function
|
||||
from math import sqrt
|
||||
|
||||
try:
|
||||
raw_input # Python 2
|
||||
|
|
Loading…
Reference in New Issue
Block a user