MCPcopy 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

1from tkinter import *
2from random import randint, choice
3from time import clock, sleep
4

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected