Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-502240.py
File
recipe-502240.py
recipes/Python/502240_Boids_Version_11/recipe-502240.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
random
# FOR RANDOM BEGINNINGS
2
from
Tkinter
import
*
# ALL VISUAL EQUIPMENT
3
4
WIDTH = 1000
# OF SCREEN IN PIXELS
Callers
nothing calls this directly
Calls
1
main
Function · 0.70
Tested by
no test coverage detected