MCPcopy Create free account
hub / github.com/geekcomputers/Python / tic-tac-toe.py

File tic-tac-toe.py

tic-tac-toe.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# Tic Tac Toe Game in Python
2
3board = [" " for _ in range(9)]
4

Callers

nothing calls this directly

Calls 3

is_drawFunction · 0.85
print_boardFunction · 0.70
check_winnerFunction · 0.70

Tested by

no test coverage detected