MCPcopy 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'''
3Prime 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_primeFunction · 0.70
printFunction · 0.50

Tested by

no test coverage detected