MCPcopy Create free account
hub / github.com/subbarayudu-j/TheAlgorithms-Python / sol3.py

File sol3.py

project_euler/problem_07/sol3.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1'''
2By listing the first six prime numbers:
32, 3, 5, 7, 11, and 13, we can see that the 6th prime is 13.
4What is the Nth prime number?

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected