MCPcopy Create free account
hub / github.com/ActiveState/code / main

Function main

recipes/Python/502241_Bouncing_Ball_Simulation/recipe-502241.py:16–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14################################################################################
15
16def main():
17 # Start the program.
18 initialise()
19 mainloop()
20
21def initialise():
22 # Setup simulation variables.

Callers 1

recipe-502241.pyFile · 0.70

Calls 2

initialiseFunction · 0.70
mainloopFunction · 0.50

Tested by

no test coverage detected