Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
def
main():
17
# Start the program.
18
initialise()
19
mainloop()
20
21
def
initialise():
22
# Setup simulation variables.
Callers
1
recipe-502241.py
File · 0.70
Calls
2
initialise
Function · 0.70
mainloop
Function · 0.50
Tested by
no test coverage detected