MCPcopy Create free account
hub / github.com/asweigart/PythonStdioGames / primenumbers.py

File primenumbers.py

src/gamesbyexample/primenumbers.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Prime Numbers, by Al Sweigart al@inventwithpython.com
2Calculates prime numbers, which are numbers that are only evenly
3divisible by one and themselves. They are used in a variety of practical
4applications.

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected