Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-576959.py
File
recipe-576959.py
recipes/Python/576959_Boids_20_for_Python_31/recipe-576959.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
tkinter
import
*
2
from
random
import
randint, choice
3
from
time
import
clock, sleep
4
Callers
nothing calls this directly
Calls
1
main
Function · 0.70
Tested by
no test coverage detected