MCPcopy 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
63def main():
64 # Start the program.
65 make_root()
66 high_score_table()
67 mainloop()
68
69def make_root():
70 # Make root window and canvas.

Callers 1

recipe-502267.pyFile · 0.70

Calls 3

make_rootFunction · 0.85
high_score_tableFunction · 0.85
mainloopFunction · 0.50

Tested by

no test coverage detected