MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-502241.py

File recipe-502241.py

recipes/Python/502241_Bouncing_Ball_Simulation/recipe-502241.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 = 400 # OF SCREEN IN PIXELS

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected