Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ main
Function
main
recipes/Python/502240_Boids_Version_11/recipe-502240.py:17–20 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
################################################################################
16
17
def
main():
18
# Start the program.
19
initialise()
20
mainloop()
21
22
def
initialise():
23
# Setup simulation variables.
Callers
1
recipe-502240.py
File · 0.70
Calls
2
initialise
Function · 0.70
mainloop
Function · 0.50
Tested by
no test coverage detected