MCPcopy 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

1import random # FOR RANDOM BEGINNINGS
2from Tkinter import * # ALL VISUAL EQUIPMENT
3
4WIDTH = 1000 # OF SCREEN IN PIXELS

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected