본문 바로가기

problem solving/Project Euler

Problem 7 - Find the 10001st prime.

링크

By listing the first six prime numbers: 2, 3, 5, 7, 11, and 13, we can see that the 6^(th) prime is 13.

What is the 10001^(st) prime number?


python


python - speed up


드디어 파이썬으로 함수를 사용해 보는구나..