mirror of
https://github.com/jlengrand/project_euler.git
synced 2026-03-10 08:41:20 +00:00
Problem 3 more efficient.
Downloaded some new stuff on primes. Signed-off-by: Julien Lengrand-Lambert <julien@lengrand.fr>
This commit is contained in:
2
e_7_2.py
2
e_7_2.py
@@ -9,6 +9,7 @@
|
|||||||
that the 6th prime is 13.
|
that the 6th prime is 13.
|
||||||
What is the 10 001st prime number?
|
What is the 10 001st prime number?
|
||||||
#---
|
#---
|
||||||
|
"""
|
||||||
"""
|
"""
|
||||||
import utils.primes as prime
|
import utils.primes as prime
|
||||||
|
|
||||||
@@ -16,3 +17,4 @@ print prime.prime_list
|
|||||||
print prime.prime(10000)
|
print prime.prime(10000)
|
||||||
print prime.prime_list
|
print prime.prime_list
|
||||||
print prime.prime(10000)
|
print prime.prime(10000)
|
||||||
|
"""
|
||||||
Reference in New Issue
Block a user