Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ CheckForPrime.py
File
CheckForPrime.py
Python/CheckForPrime.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#Prime-Number checker
2
''
&
#x27;
3
Prime Number: A number that is divisible only by itself and 1
4
(e.g. 2, 3, 5, 7, 11).
Callers
nothing calls this directly
Calls
2
is_prime
Function · 0.70
print
Function · 0.50
Tested by
no test coverage detected