Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
Calculates prime numbers, which are numbers that are only evenly
3
divisible by one and themselves. They are used in a variety of practical
4
applications.
Callers
nothing calls this directly
Calls
1
main
Function · 0.70
Tested by
no test coverage detected