Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ main
Function
main
recipes/Python/502267_Marks_Game/recipe-502267.py:63–67 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
61
# PROGRAM INITIALIZATION FUNCTIONS
62
63
def
main():
64
# Start the program.
65
make_root()
66
high_score_table()
67
mainloop()
68
69
def
make_root():
70
# Make root window and canvas.
Callers
1
recipe-502267.py
File · 0.70
Calls
3
make_root
Function · 0.85
high_score_table
Function · 0.85
mainloop
Function · 0.50
Tested by
no test coverage detected