Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 148 Bytes

File metadata and controls

2 lines (2 loc) · 148 Bytes

PythonPrimeFinder

The Python script can check if any number is prime. It does this by dividing the prime by numbers below the primes square root.